Revert last revision, strmode() should be moved to <unistd.h> to be

properly fixed.
This commit is contained in:
Ruslan Ermilov 2005-11-24 08:30:44 +00:00
parent 1a581012df
commit 52fbcc15a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152754

View file

@ -89,7 +89,7 @@ size_t strlcpy(char *, const char *, size_t);
#endif
size_t strlen(const char *) __pure;
#if __BSD_VISIBLE
void strmode(mode_t, char *);
void strmode(int, char *);
#endif
char *strncat(char * __restrict, const char * __restrict, size_t);
int strncmp(const char *, const char *, size_t) __pure;