From 847a015ae17b3fa66154088009803636f95b2c6f Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Wed, 18 Dec 2019 16:07:38 +0000 Subject: Gnu/Hurd: revert pipe-i/o EINTR handling changes --- src/OS/Makefile-Base | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/OS/Makefile-Base') diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index 1ab3ac35f..36af8308d 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -644,8 +644,7 @@ HDRS = blob.h \ mytypes.h \ sha_ver.h \ structs.h \ - os.h \ - osfunctions.h + os.h PHDRS = ../config.h \ ../dbfunctions.h \ ../dbstuff.h \ @@ -656,8 +655,7 @@ PHDRS = ../config.h \ ../macros.h \ ../mytypes.h \ ../structs.h \ - ../os.h \ - ../osfunctions.h + ../os.h .SUFFIXES: .o .c .c.o:; @echo "$(CC) $*.c" -- cgit v1.2.3