summaryrefslogtreecommitdiff
path: root/src/OS/Makefile-Base
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-12-17 20:35:28 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-12-18 00:07:22 +0000
commit2791749f220602482c2cce772e6520c54218c0dd (patch)
tree63f24cfce6199d0ced7bfe06f1456a797c3b1760 /src/OS/Makefile-Base
parentf8f40a64d41c4d47b974810320ab257e2eac0cf3 (diff)
GNU/Hurd: retry EINTR returns from pipe I/O
Replaces: a76f64c3d4
Diffstat (limited to 'src/OS/Makefile-Base')
-rw-r--r--src/OS/Makefile-Base6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base
index 36af8308d..1ab3ac35f 100644
--- a/src/OS/Makefile-Base
+++ b/src/OS/Makefile-Base
@@ -644,7 +644,8 @@ HDRS = blob.h \
mytypes.h \
sha_ver.h \
structs.h \
- os.h
+ os.h \
+ osfunctions.h
PHDRS = ../config.h \
../dbfunctions.h \
../dbstuff.h \
@@ -655,7 +656,8 @@ PHDRS = ../config.h \
../macros.h \
../mytypes.h \
../structs.h \
- ../os.h
+ ../os.h \
+ ../osfunctions.h
.SUFFIXES: .o .c
.c.o:; @echo "$(CC) $*.c"