* libc/posix/posix_spawn.c: Drop using namespace.h.

This commit is contained in:
Corinna Vinschen 2013-11-26 13:51:19 +00:00
parent 6fe752f94f
commit 4d3c733045
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2013-11-26 Corinna Vinschen <vinschen@redhat.com>
* libc/posix/posix_spawn.c: Drop using namespace.h.
2013-11-26 Corinna Vinschen <vinschen@redhat.com>
* libc/posix/posix_spawn.c: Eliminate OS function calls not present

View file

@ -90,7 +90,6 @@ Supporting OS subroutines required: <<_close>>, <<dup2>>, <<_fcntl>>,
#include <sys/cdefs.h>
#include "namespace.h"
#include <sys/signal.h>
#include <sys/queue.h>
#include <sys/wait.h>
@ -103,7 +102,6 @@ Supporting OS subroutines required: <<_close>>, <<dup2>>, <<_fcntl>>,
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "un-namespace.h"
/* Only deal with a pointer to environ, to work around subtle bugs with shared
libraries and/or small data systems where the user declares his own