]> sourceware.org Git - newlib-cygwin.git/commit
* debug.h: Add regparm attributes to some functions.
authorChristopher Faylor <me@cgf.cx>
Fri, 12 Jan 2001 05:38:25 +0000 (05:38 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 12 Jan 2001 05:38:25 +0000 (05:38 +0000)
commitc3d62298ba6caadf2babd191951305ca2e389596
treed4e0f386f548655e8efd8271615e15b70161245e
parente45ab89012ee7415606dcd7c664cd5c4c14e5baf
* debug.h: Add regparm attributes to some functions.
* signal.cc (sigaction): Don't treat SIGCONT specially.
* exceptions.cc (interrupt_setup): Save sa_flags of interrupted signal for
later use.
(sig_handler): Default any stopping signal to SIGSTOP.
(call_signal_handler): New function.
(sigdelayed0): New function.
* sigproc.cc (sigproc_init): Initialize SIGSTOP sigaction for special behavior.
* sigproc.h: Define call_signal_handler.
* syscalls.cc (_read): Allow restartable signal behavior.
winsup/cygwin/ChangeLog
winsup/cygwin/debug.h
winsup/cygwin/exceptions.cc
winsup/cygwin/perthread.h
winsup/cygwin/signal.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/sigproc.h
winsup/cygwin/syscalls.cc
This page took 0.031611 seconds and 5 git commands to generate.