Skip to content

Commit

Permalink
Move realpath(3) prototype to a POSIX section.
Browse files Browse the repository at this point in the history
Noted by:	bde
MFC after:	2 weeks
  • Loading branch information
kostikbel committed Apr 21, 2010
1 parent 1caca1e commit 1c6a4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/stdlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1c6a4e2

Please sign in to comment.