diff options
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/pipestream.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/configure.in | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/sco3.2.4/pipestream.c | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/sysd-stdio.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/sysv4/pipestream.c | 2 |
5 files changed, 0 insertions, 12 deletions
diff --git a/sysdeps/unix/pipestream.c b/sysdeps/unix/pipestream.c deleted file mode 100644 index 1d3308fe7c..0000000000 --- a/sysdeps/unix/pipestream.c +++ /dev/null @@ -1,2 +0,0 @@ -#define NO_WAITPID -#include <sysdeps/posix/pipestream.c> diff --git a/sysdeps/unix/sysv/linux/configure.in b/sysdeps/unix/sysv/linux/configure.in index d1d0d32747..486b10d7cb 100644 --- a/sysdeps/unix/sysv/linux/configure.in +++ b/sysdeps/unix/sysv/linux/configure.in @@ -2,9 +2,6 @@ sinclude(./aclocal.m4)dnl Autoconf lossage GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. # Local configure fragment for sysdeps/unix/sysv/linux. -# On Linux, the default is to use libio instead of stdio. -test $stdio = default && stdio=libio - # Don't bother trying to generate any glue code to be compatible with the # existing system library, because we are the only system library. inhibit_glue=yes diff --git a/sysdeps/unix/sysv/sco3.2.4/pipestream.c b/sysdeps/unix/sysv/sco3.2.4/pipestream.c deleted file mode 100644 index b768e62043..0000000000 --- a/sysdeps/unix/sysv/sco3.2.4/pipestream.c +++ /dev/null @@ -1,3 +0,0 @@ -/* SCO 3.2v4 does have `waitpid'. - Avoid unix/pipestream.c, which says we don't. */ -#include <sysdeps/posix/pipestream.c> diff --git a/sysdeps/unix/sysv/sysd-stdio.c b/sysdeps/unix/sysv/sysd-stdio.c deleted file mode 100644 index 7f82340201..0000000000 --- a/sysdeps/unix/sysv/sysd-stdio.c +++ /dev/null @@ -1,2 +0,0 @@ -#define EINTR_REPEAT -#include <sysdeps/generic/sysd-stdio.c> diff --git a/sysdeps/unix/sysv/sysv4/pipestream.c b/sysdeps/unix/sysv/sysv4/pipestream.c deleted file mode 100644 index 6a32f9507c..0000000000 --- a/sysdeps/unix/sysv/sysv4/pipestream.c +++ /dev/null @@ -1,2 +0,0 @@ -/* We deliberately avoid having NO_WAITPID set. */ -#include <sysdeps/posix/pipestream.c> |