Move realpath(3) prototype to a POSIX section.

Noted by:	bde
MFC after:	2 weeks
This commit is contained in:
Konstantin Belousov 2010-04-21 16:38:37 +00:00
parent ee9c0bb32b
commit 585b8e0f8a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=206997

View file

@ -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