aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/winsup.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-09-06 21:03:10 +0000
committerChristopher Faylor <me@cgf.cx>2000-09-06 21:03:10 +0000
commit8dec7b03798a822337c86dbbea2f764d165cd61d (patch)
treebca6e101ad168b14f40f6deb97b96ec08b82e152 /winsup/cygwin/winsup.h
parent8a8c59b9c20fa9dad2fd212bf9efca3959a8d51f (diff)
downloadnewlib-8dec7b03798a822337c86dbbea2f764d165cd61d.zip
newlib-8dec7b03798a822337c86dbbea2f764d165cd61d.tar.gz
newlib-8dec7b03798a822337c86dbbea2f764d165cd61d.tar.bz2
* sigproc.cc: Add include file for proper definitions.
* spawn.cc: Ditto. * winsup.h: Define cfree to avoid newlib pollution.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r--winsup/cygwin/winsup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index ce06726..a07c247 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -56,6 +56,8 @@ __asm__ __volatile__(
return __res;
}
+#define cfree newlib_cfree_dont_use
+
#define WIN32_LEAN_AND_MEAN 1
#define _WINGDI_H
#define _WINUSER_H