aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/Makefile.in
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2019-01-07 12:31:28 +0100
committerCorinna Vinschen <corinna@vinschen.de>2019-01-07 12:31:28 +0100
commit91ca95ae4a7ee353fb913d31da6c183b9b4a1656 (patch)
treed2de108c0050c94bd9da7a4cdc61a85d967ae8a5 /winsup/cygwin/Makefile.in
parent9db7f4d1dd09a7b498aa16affb1c85f8f7c0e59e (diff)
downloadnewlib-91ca95ae4a7ee353fb913d31da6c183b9b4a1656.zip
newlib-91ca95ae4a7ee353fb913d31da6c183b9b4a1656.tar.gz
newlib-91ca95ae4a7ee353fb913d31da6c183b9b4a1656.tar.bz2
Cygwin: rename pipe.cc to fhandler_pipe.cc
move pipe syscalls to syscalls.cc Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 733678e..e4ce31f 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -287,6 +287,7 @@ DLL_OFILES:= \
fhandler_floppy.o \
fhandler_netdrive.o \
fhandler_nodevice.o \
+ fhandler_pipe.o \
fhandler_proc.o \
fhandler_process.o \
fhandler_process_fd.o \
@@ -349,7 +350,6 @@ DLL_OFILES:= \
passwd.o \
path.o \
pinfo.o \
- pipe.o \
poll.o \
posix_ipc.o \
pseudo-reloc.o \