diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-14 12:27:09 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:23 +0200 |
commit | 2389017f787dd51e11e697c448071ecdd217169a (patch) | |
tree | 9b84222178e0e236d51590acdf1bba808a13b980 /include | |
parent | d5332f2fdd01396faf8cd6f925cca3916024a96f (diff) |
posix_opt.h: update to glibc's NPTL version
add uClibc_posix_opt.h to handle uClibc specific options/features
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index 1b2fd4d15..a3cf288b2 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -171,6 +171,7 @@ __BEGIN_DECLS */ #include <bits/posix_opt.h> +#include <bits/uClibc_posix_opt.h> /* Get the environment definitions from Unix98. */ #ifdef __USE_UNIX98 |