Fix prototype of strmode() to match the code and documentation.
This commit is contained in:
parent
36c71f6ac1
commit
fee45c0c38
@ -89,7 +89,7 @@ size_t strlcpy(char *, const char *, size_t);
|
||||
#endif
|
||||
size_t strlen(const char *) __pure;
|
||||
#if __BSD_VISIBLE
|
||||
void strmode(int, char *);
|
||||
void strmode(mode_t, char *);
|
||||
#endif
|
||||
char *strncat(char * __restrict, const char * __restrict, size_t);
|
||||
int strncmp(const char *, const char *, size_t) __pure;
|
||||
|
Loading…
x
Reference in New Issue
Block a user