Expose the posix_memalign() prototype, now that the function is implemented

by libc.
This commit is contained in:
Jason Evans 2006-01-12 07:58:59 +00:00
parent 6c5d6ce3dd
commit b3d51d3afc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154250

View File

@ -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 *);