Expose the posix_memalign() prototype, now that the function is implemented
by libc.
This commit is contained in:
parent
6c5d6ce3dd
commit
b3d51d3afc
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user