summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/grep/hard-locale.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/grep/hard-locale.h')
-rw-r--r--gnu/usr.bin/grep/hard-locale.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/usr.bin/grep/hard-locale.h b/gnu/usr.bin/grep/hard-locale.h
new file mode 100644
index 000000000000..5b054d9a5cb9
--- /dev/null
+++ b/gnu/usr.bin/grep/hard-locale.h
@@ -0,0 +1,18 @@
+#ifndef HARD_LOCALE_H_
+# define HARD_LOCALE_H_ 1
+
+# if HAVE_CONFIG_H
+# include <config.h>
+# endif
+
+# ifndef PARAMS
+# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
+# define PARAMS(Args) Args
+# else
+# define PARAMS(Args) ()
+# endif
+# endif
+
+int hard_locale PARAMS ((int));
+
+#endif /* HARD_LOCALE_H_ */