Revert last revision, strmode() should be moved to <unistd.h> to be
properly fixed.
This commit is contained in:
parent
1a581012df
commit
52fbcc15a0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user