* libc/include/strings.h: Don't include locale.h.
This commit is contained in:
parent
7695120581
commit
a406e79b02
|
@ -1,3 +1,7 @@
|
|||
2010-12-08 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* libc/include/strings.h: Don't include locale.h.
|
||||
|
||||
2010-12-07 Eric Blake <eblake@redhat.com>
|
||||
|
||||
* libc/include/strings.h: Don't declare removed functions when
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#include <sys/reent.h>
|
||||
|
||||
#include <sys/types.h> /* for size_t */
|
||||
#include <locale.h> /* for locale_t */
|
||||
|
||||
_BEGIN_STD_C
|
||||
|
||||
|
|
Loading…
Reference in New Issue