summaryrefslogtreecommitdiff
path: root/src/libstddjb/alloc-internal.h
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-09-20 19:55:29 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-09-20 19:55:29 +0000
commit03f37879ef167dba6f5944716c06da81902e436e (patch)
tree46a70f3d85f8de8a8a1b648a53754531b86198a6 /src/libstddjb/alloc-internal.h
parent90c1f3c1580d8e699c2788262a614a930a33e13e (diff)
downloadskalibs-03f37879ef167dba6f5944716c06da81902e436e.tar.xz
We're down to ONE rogue sysdep, boys. ONE.
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