|
@@ -956,12 +956,10 @@ extern void endusershell (void) __THROW; /* Discard cached info. */
|
|
extern void setusershell (void) __THROW; /* Rewind and re-read the file. */
|
|
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
|
|
/* Put the program in the background, and dissociate from the controlling
|
|
terminal. If NOCHDIR is zero, do `chdir ("/")'. If NOCLOSE is zero,
|
|
terminal. If NOCHDIR is zero, do `chdir ("/")'. If NOCLOSE is zero,
|
|
redirects stdin, stdout, and stderr to /dev/null. */
|
|
redirects stdin, stdout, and stderr to /dev/null. */
|
|
extern int daemon (int __nochdir, int __noclose) __THROW __wur;
|
|
extern int daemon (int __nochdir, int __noclose) __THROW __wur;
|
|
-#endif
|
|
|
|
#endif /* Use BSD || X/Open. */
|
|
#endif /* Use BSD || X/Open. */
|
|
|
|
|
|
|
|
|