summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/miscfuncs.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-08-12 16:55:35 +0000
committerChristopher Faylor <me@cgf.cx>2011-08-12 16:55:35 +0000
commite1d5167d200bbdb32277c711c62d5036c9f844cf (patch)
tree2a0d8138f84bbb48b5070fb305c33a69c97df829 /winsup/cygwin/miscfuncs.h
parent3de280907309e613374c04aeb436c9385dce611c (diff)
downloadcygnal-e1d5167d200bbdb32277c711c62d5036c9f844cf.tar.gz
cygnal-e1d5167d200bbdb32277c711c62d5036c9f844cf.tar.bz2
cygnal-e1d5167d200bbdb32277c711c62d5036c9f844cf.zip
* miscfuncs.cc (create_pipe): Delete obsolete function.
* miscfuncs.h (create_pipe): Delete define. * pipe.c (fhandler_pipe::create_selectable): Delete obsolete comment.
Diffstat (limited to 'winsup/cygwin/miscfuncs.h')
-rw-r--r--winsup/cygwin/miscfuncs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/miscfuncs.h b/winsup/cygwin/miscfuncs.h
index 6be70e343..0cff6c2b2 100644
--- a/winsup/cygwin/miscfuncs.h
+++ b/winsup/cygwin/miscfuncs.h
@@ -16,7 +16,6 @@ DWORD nice_to_winprio (int &) __attribute__ ((regparm (1)));
bool __stdcall create_pipe (PHANDLE, PHANDLE, LPSECURITY_ATTRIBUTES, DWORD)
__attribute__ ((regparm (3)));
-#define CreatePipe create_pipe
extern "C" void yield ();