diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-04-14 19:16:06 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-04-14 19:16:06 +0000 |
| commit | 3fe9b61e6f4e6ca0e72ad61b0c32ef57d6e1a7b0 (patch) | |
| tree | 28b91c781d031a88e92445267748215d4d288a83 /libc | |
| parent | ad5793709aef70a9b88c97e29963672bf4cafbf4 (diff) | |
| download | uClibc-alpine-3fe9b61e6f4e6ca0e72ad61b0c32ef57d6e1a7b0.tar.bz2 uClibc-alpine-3fe9b61e6f4e6ca0e72ad61b0c32ef57d6e1a7b0.tar.xz | |
Fix up header files.
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/misc/internals/__uClibc_main.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libc/misc/internals/__uClibc_main.c b/libc/misc/internals/__uClibc_main.c index cbde28b59..85f38c521 100644 --- a/libc/misc/internals/__uClibc_main.c +++ b/libc/misc/internals/__uClibc_main.c @@ -15,10 +15,8 @@ * avoided in the static library case. */ -#include <features.h> -#ifndef __UCLIBC_HAS_THREADS_NATIVE__ #define _ERRNO_H -#endif +#include <features.h> #include <unistd.h> #include <stdlib.h> #include <string.h> @@ -32,7 +30,6 @@ #include <sys/stat.h> #include <sys/sysmacros.h> #ifdef __UCLIBC_HAS_THREADS_NATIVE__ -#include <errno.h> #include <pthread-functions.h> #include <not-cancel.h> #endif |
