diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-09 13:36:36 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-09 13:36:36 +0100 |
commit | 65e4d45a77ca147fe0988e2b3c452196c490a11c (patch) | |
tree | 751ed716d98def523ada74090bcb0172f69c2b6d /include | |
parent | 1dd9275091d6cbb14d6b149770fc90cef53577cf (diff) |
disable _POSIX2_LOCALEDEF
uClibc does not provide the localedef utility
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index 5d3a4cb8f..c421cb308 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -51,9 +51,11 @@ __BEGIN_DECLS Software Development Utilities Option. */ #define _POSIX2_SW_DEV 200112L +#if 0 /* uClibc does not provide the utility */ /* If defined, the implementation supports the creation of locales with the localedef utility. */ #define _POSIX2_LOCALEDEF 200112L +#endif /* X/Open version number to which the library conforms. It is selectable. */ #ifdef __USE_UNIX98 |