diff options
author | Ed Schouten <ed@FreeBSD.org> | 2012-01-09 06:36:28 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2012-01-09 06:36:28 +0000 |
commit | 9e16bab42ae3f817f87b3eca303c87a05d6a8226 (patch) | |
tree | 95b1629eb692f9ea1ee495c472e77e7e68422189 /include/stdlib.h | |
parent | 691d77364eaf081837b8d5e0b59cfe6d6228058a (diff) | |
download | src-9e16bab42ae3f817f87b3eca303c87a05d6a8226.tar.gz src-9e16bab42ae3f817f87b3eca303c87a05d6a8226.zip |
Notes
Diffstat (limited to 'include/stdlib.h')
-rw-r--r-- | include/stdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index c66f924eec41..2c62f091c136 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -152,6 +152,7 @@ _Noreturn void _Exit(int); * If we're in a mode greater than C99, expose C11 functions. */ #if __ISO_C_VISIBLE >= 2011 +void * aligned_alloc(size_t, size_t); int at_quick_exit(void (*)(void)); _Noreturn void quick_exit(int); |