]> sourceware.org Git - newlib-cygwin.git/commit
Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.
authorChristopher Faylor <me@cgf.cx>
Sun, 20 Oct 2002 04:15:50 +0000 (04:15 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 20 Oct 2002 04:15:50 +0000 (04:15 +0000)
commitd25c187f126df8e4d1cff98368c24815d2088bd3
tree204a4eb3eafc1c3955417c8d36388f7e030eb1e5
parentbea966c0d9a65fd0c7b909fc5f8b2b2ff7635537
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.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/cygwin.din
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/shared.cc
winsup/cygwin/signal.cc
winsup/cygwin/syscalls.cc
winsup/cygwin/thread.cc
This page took 0.07502 seconds and 5 git commands to generate.