diff options
Diffstat (limited to 'src/stdlib/aligned_alloc.c')
-rw-r--r-- | src/stdlib/aligned_alloc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/aligned_alloc.c b/src/stdlib/aligned_alloc.c index 9b721a13..36bae69d 100644 --- a/src/stdlib/aligned_alloc.c +++ b/src/stdlib/aligned_alloc.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdli.h> void *aligned_alloc(size_t alignment, size_t size) @@ -10,3 +12,6 @@ void *aligned_alloc(size_t alignment, size_t size) /* STDC(201112) */ + + +#endif |