summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygwin.din
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-10-20 04:15:50 +0000
committerChristopher Faylor <me@cgf.cx>2002-10-20 04:15:50 +0000
commitd25c187f126df8e4d1cff98368c24815d2088bd3 (patch)
tree204a4eb3eafc1c3955417c8d36388f7e030eb1e5 /winsup/cygwin/cygwin.din
parentbea966c0d9a65fd0c7b909fc5f8b2b2ff7635537 (diff)
downloadcygnal-d25c187f126df8e4d1cff98368c24815d2088bd3.tar.gz
cygnal-d25c187f126df8e4d1cff98368c24815d2088bd3.tar.bz2
cygnal-d25c187f126df8e4d1cff98368c24815d2088bd3.zip
Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.
Rename _pid() to pid() throughout. * Makefile.in: Compile some objects with -fomit-frame-pointer. * cygwin.din: Reverse aliasing for _kill. * syscalls.cc (_getpid_r): New function, implemented for newlib compatibility. * shared.cc (open_shared): Remove reserving of memory since previous change eliminate the need for this hack.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r--winsup/cygwin/cygwin.din4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index 2c5e9f38c..b9b687f06 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -485,8 +485,8 @@ jn
_jn = jn
jnf
_jnf = jnf
-_kill
-kill = _kill
+kill
+_kill = kill
labs
_labs = labs
lchown