summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/has/aligned-alloc.c8
-rw-r--r--build/header.mk1
2 files changed, 0 insertions, 9 deletions
diff --git a/build/has/aligned-alloc.c b/build/has/aligned-alloc.c
deleted file mode 100644
index 4460038..0000000
--- a/build/has/aligned-alloc.c
+++ /dev/null
@@ -1,8 +0,0 @@
-// Copyright © Tavian Barnes <tavianator@tavianator.com>
-// SPDX-License-Identifier: 0BSD
-
-#include <stdlib.h>
-
-int main(void) {
- return !aligned_alloc(_Alignof(void *), sizeof(void *));
-}
diff --git a/build/header.mk b/build/header.mk
index 88a8986..e9f1abc 100644
--- a/build/header.mk
+++ b/build/header.mk
@@ -18,7 +18,6 @@ HEADERS := \
gen/has/acl-get-tag-type.h \
gen/has/acl-is-trivial-np.h \
gen/has/acl-trivial.h \
- gen/has/aligned-alloc.h \
gen/has/builtin-riscv-pause.h \
gen/has/confstr.h \
gen/has/extattr-get-file.h \