From 52fbcc15a084a97c643b0be554fbd46a08d511d6 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 24 Nov 2005 08:30:44 +0000 Subject: Revert last revision, strmode() should be moved to to be properly fixed. --- include/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/string.h b/include/string.h index 16aa13ae4ae07..f0dc21814897b 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(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; -- cgit v1.3