summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-23 01:11:38 -0400
committerMike Frysinger <vapier@gentoo.org>2011-02-24 08:24:43 -0500
commit73d59554144f429b1cf0d4d7fa7de42bdf59ad92 (patch)
tree70ab4d48ad3035e31e7631eb7bb8b2308733fda2 /extra
parent9112a2398ec58b32cd1a1c6feae195bd8f9a46a2 (diff)
unify stub logic
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index aa459e06a..f152a9666 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -665,15 +665,6 @@ config UCLIBC_HAS_STUBS
functions which are impossible to implement on the target
architecture. Otherwise, such functions are simply omitted.
- As of 2008-07, this option makes uClibc provide fork() stub
- on NOMMU targets. It always sets errno to ENOSYS and returns -1.
-
- This may be useful if you port a lot of software and cannot
- audit all of it and replace or disable fork() usage.
- With this option, a program which uses fork() will build
- successfully. Of course, it may be useless if fork()
- is essential for its operation.
-
config UCLIBC_HAS_SHADOW
bool "Shadow Password Support"
default y