diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-08-17 15:01:22 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-08-17 15:01:22 +0000 |
| commit | f3557869630df8ff423f062b97ad98fee01377e1 (patch) | |
| tree | 3f2ba8c1a03d690706e239a1d4108db231f6aac0 /include/features.h | |
| parent | 54a7d559374ef72fa59bbe3a56d27ff5ec34d3aa (diff) | |
| download | uClibc-alpine-f3557869630df8ff423f062b97ad98fee01377e1.tar.bz2 uClibc-alpine-f3557869630df8ff423f062b97ad98fee01377e1.tar.xz | |
Rename 'fork.c' to be 'fork-nptl.c' because it ends up replacing the object 'libc/sysdeps/linux/common/fork.o' and 'fork' then appears as undefined when applications are linked against uClibc.
Diffstat (limited to 'include/features.h')
| -rw-r--r-- | include/features.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/features.h b/include/features.h index 92b839c39..b94815c85 100644 --- a/include/features.h +++ b/include/features.h @@ -106,19 +106,6 @@ #undef __FAVOR_BSD #undef __KERNEL_STRICT_NAMES -/* - * NPTL requires this to be defined. Unfortunately, due to complexities - * in include dependencies, this cannot be defined on a per file basis. - */ -#define __need_uClibc_config_h -#include <bits/uClibc_config.h> -#ifdef __PTHREADS_NATIVE__ -# ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -# endif -#endif -#undef __need_uClibc_config_h - /* Suppress kernel-name space pollution unless user expressedly asks for it. */ #ifndef _LOOSE_KERNEL_NAMES |
