summaryrefslogtreecommitdiff
path: root/src/libstddjb/alloc-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstddjb/alloc-internal.h')
-rw-r--r--src/libstddjb/alloc-internal.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/libstddjb/alloc-internal.h b/src/libstddjb/alloc-internal.h
deleted file mode 100644
index 6fd312e..0000000
--- a/src/libstddjb/alloc-internal.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* ISC license. */
-
-#ifndef ALLOC_INTERNAL_H
-#define ALLOC_INTERNAL_H
-
-#include <skalibs/sysdeps.h>
-#include <skalibs/alloc.h>
-
-#ifdef SKALIBS_HASMALLOC0
-
-#include <stdlib.h>
-
-#define alloc_0 (aligned_char_ref)malloc(0)
-
-#else
-
-extern aligned_char_ref alloc_0 ;
-
-#endif
-
-#endif