diff options
Diffstat (limited to 'src/locale/setlocale.c')
-rw-r--r-- | src/locale/setlocale.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/locale/setlocale.c b/src/locale/setlocale.c index 5b5dbcde..4e8e909f 100644 --- a/src/locale/setlocale.c +++ b/src/locale/setlocale.c @@ -1,3 +1,5 @@ +#if 0 + #include <locale.h> #include <string.h> #include <stdlib.h> @@ -83,3 +85,6 @@ RETURN(NONNULL, the current locale name for ARGUMENT(category)) IMPLEMENTATION(The native environment) STDC(1) */ + + +#endif |