aboutsummaryrefslogtreecommitdiffstats
path: root/include/string.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-09-02 19:45:09 +0200
committerMattias Andrée <maandree@operamail.com>2015-09-02 19:45:09 +0200
commitf252c29710f71e7c260d9e866c8d4eef885705c3 (patch)
tree22614e2bfc48b2901055484eed2f049d9ec4104e /include/string.h
parentm (diff)
downloadslibc-f252c29710f71e7c260d9e866c8d4eef885705c3.tar.gz
slibc-f252c29710f71e7c260d9e866c8d4eef885705c3.tar.bz2
slibc-f252c29710f71e7c260d9e866c8d4eef885705c3.tar.xz
fix some warnings and errors
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--include/string.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/string.h b/include/string.h
index 483b49b..53aaca6 100644
--- a/include/string.h
+++ b/include/string.h
@@ -31,8 +31,7 @@
#define __NEED_size_t
-#define __NEED_locale_t /* TODO not defined */
-
+#define __NEED_locale_t
#include <bits/types.h>