about summary refs log tree commit diff
path: root/locale
diff options
context:
space:
mode:
Diffstat (limited to 'locale')
-rw-r--r--locale/duplocale.c2
-rw-r--r--locale/freelocale.c2
-rw-r--r--locale/lc-time.c2
-rw-r--r--locale/locale.h2
-rw-r--r--locale/programs/locale.c2
-rw-r--r--locale/setlocale.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/locale/duplocale.c b/locale/duplocale.c
index 7b188efc6d..b3aa4af68c 100644
--- a/locale/duplocale.c
+++ b/locale/duplocale.c
@@ -19,7 +19,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <locale.h>
-#include <libc-lock.h>
+#include <bits/libc-lock.h>
 #include <stdlib.h>
 
 #include <localeinfo.h>
diff --git a/locale/freelocale.c b/locale/freelocale.c
index 26860aa15a..a09a744ebf 100644
--- a/locale/freelocale.c
+++ b/locale/freelocale.c
@@ -20,7 +20,7 @@
 
 #include <locale.h>
 #include <stdlib.h>
-#include <libc-lock.h>
+#include <bits/libc-lock.h>
 
 #include "localeinfo.h"
 
diff --git a/locale/lc-time.c b/locale/lc-time.c
index 7bed6aea13..5090e6d905 100644
--- a/locale/lc-time.c
+++ b/locale/lc-time.c
@@ -17,7 +17,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <libc-lock.h>
+#include <bits/libc-lock.h>
 #include <stdlib.h>
 #include <string.h>
 #include <time.h>
diff --git a/locale/locale.h b/locale/locale.h
index c16d83bb7b..18771d7da8 100644
--- a/locale/locale.h
+++ b/locale/locale.h
@@ -21,8 +21,8 @@
  */
 
 #ifndef	_LOCALE_H
-
 #define	_LOCALE_H	1
+
 #include <features.h>
 
 #define __need_NULL
diff --git a/locale/programs/locale.c b/locale/programs/locale.c
index 52ae56a819..cf2789c9d9 100644
--- a/locale/programs/locale.c
+++ b/locale/programs/locale.c
@@ -1,4 +1,4 @@
-/* Implementation of the locale program according to POSIX 1003.2.
+/* Implementation of the locale program according to POSIX 9945-2.
    Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
diff --git a/locale/setlocale.c b/locale/setlocale.c
index 3e63b25ac2..0964b8387c 100644
--- a/locale/setlocale.c
+++ b/locale/setlocale.c
@@ -19,7 +19,7 @@
 #include <alloca.h>
 #include <argz.h>
 #include <errno.h>
-#include <libc-lock.h>
+#include <bits/libc-lock.h>
 #include <locale.h>
 #include <stdlib.h>
 #include <string.h>