From 64c84dc7acb1d150693d9b3d40a829e0c9683c49 Mon Sep 17 00:00:00 2001 From: jasone Date: Thu, 12 Jan 2006 07:58:59 +0000 Subject: Expose the posix_memalign() prototype, now that the function is implemented by libc. --- include/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stdlib.h') diff --git a/include/stdlib.h b/include/stdlib.h index 1fa4328..8953409 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -158,7 +158,7 @@ void _Exit(int) __dead2; * research can be done. */ #if __POSIX_VISIBLE /* >= ??? */ -/* int posix_memalign(void **, size_t, size_t); (ADV) */ +int posix_memalign(void **, size_t, size_t); /* (ADV) */ int rand_r(unsigned *); /* (TSF) */ int setenv(const char *, const char *, int); void unsetenv(const char *); -- cgit v1.1