diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-26 17:19:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-26 17:19:47 +0000 |
commit | 246b1a5d1cf1d2990722ab559774b657067446aa (patch) | |
tree | f770b4ca2716a053b9646105d19b01d0625748db /include | |
parent | 62dca4eda10ee6ff1bc91dbfb2adef272670294e (diff) | |
download | glibc-246b1a5d1cf1d2990722ab559774b657067446aa.tar glibc-246b1a5d1cf1d2990722ab559774b657067446aa.tar.gz glibc-246b1a5d1cf1d2990722ab559774b657067446aa.tar.bz2 glibc-246b1a5d1cf1d2990722ab559774b657067446aa.zip |
Undo last patch.
Diffstat (limited to 'include')
-rw-r--r-- | include/langinfo.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/langinfo.h b/include/langinfo.h index 8f2cb8140c..2a81c6ddaf 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -1,7 +1 @@ -#ifndef _LANGINFO_H -# include <locale/langinfo.h> - -/* Internal prototypes. */ -extern char *__nl_langinfo_l (nl_item __item, __locale_t l); - -#endif +#include <locale/langinfo.h> |