From f76625156c65f82cda6db29831e989f7b4c8a8a8 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 24 Nov 2005 06:59:35 +0000 Subject: Fix prototype of strmode() to match the code and documentation. --- include/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/string.h') diff --git a/include/string.h b/include/string.h index f0dc218..16aa13a 100644 --- a/include/string.h +++ b/include/string.h @@ -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; -- cgit v1.1