Move realpath(3) prototype to a POSIX section.
Noted by: bde MFC after: 2 weeks
This commit is contained in:
parent
ee9c0bb32b
commit
585b8e0f8a
@ -155,6 +155,7 @@ void _Exit(int) __dead2;
|
||||
#if __POSIX_VISIBLE /* >= ??? */
|
||||
int posix_memalign(void **, size_t, size_t); /* (ADV) */
|
||||
int rand_r(unsigned *); /* (TSF) */
|
||||
char *realpath(const char * __restrict, char * __restrict);
|
||||
int setenv(const char *, const char *, int);
|
||||
int unsetenv(const char *);
|
||||
#endif
|
||||
@ -201,7 +202,6 @@ int posix_openpt(int);
|
||||
char *ptsname(int);
|
||||
int putenv(char *);
|
||||
long random(void);
|
||||
char *realpath(const char * __restrict, char * __restrict);
|
||||
unsigned short
|
||||
*seed48(unsigned short[3]);
|
||||
#ifndef _SETKEY_DECLARED
|
||||
|
Loading…
Reference in New Issue
Block a user