summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKhem Raj <kraj@mvista.com>2009-04-07 06:23:17 +0000
committerKhem Raj <kraj@mvista.com>2009-04-07 06:23:17 +0000
commit6e9282175daabf0803bc6f63273fc3a4920de4fc (patch)
treed198cffd22d179b9b8ca8d4633474570c943efea /include
parent8058fb1efc594a771ae7c356c33abbf4bac28ff6 (diff)
downloaduClibc-alpine-6e9282175daabf0803bc6f63273fc3a4920de4fc.tar.bz2
uClibc-alpine-6e9282175daabf0803bc6f63273fc3a4920de4fc.tar.xz
Merged revisions 25971,26002 via svnmerge from
svn+ssh://svn.uclibc.org/svn/trunk/uClibc ........ r25971 | vapier | 2009-04-05 23:40:57 -0700 (Sun, 05 Apr 2009) | 1 line apply getline() fix from linux kernel ........ r26002 | vapier | 2009-04-06 22:52:48 -0700 (Mon, 06 Apr 2009) | 1 line implement daemon() using clone() on no-mmu systems as suggested by Jamie Lokier ........
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 30621634a..2fc4e447b 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -956,12 +956,10 @@ extern void endusershell (void) __THROW; /* Discard cached info. */
extern void setusershell (void) __THROW; /* Rewind and re-read the file. */
-#ifdef __ARCH_USE_MMU__
/* Put the program in the background, and dissociate from the controlling
terminal. If NOCHDIR is zero, do `chdir ("/")'. If NOCLOSE is zero,
redirects stdin, stdout, and stderr to /dev/null. */
extern int daemon (int __nochdir, int __noclose) __THROW __wur;
-#endif
#endif /* Use BSD || X/Open. */