* Makefile.in: Compile syscalls.o with -fomit-frame-pointer.

* sigproc.cc: Eliminate unused variable.
This commit is contained in:
Christopher Faylor
2004-02-15 02:44:16 +00:00
parent 968bdf96b1
commit 955bf2ee96
3 changed files with 7 additions and 1 deletions

View File

@ -89,7 +89,6 @@ HANDLE NO_COPY signal_arrived; // Event signaled when a signal has
Static DWORD proc_loop_wait = 1000; // Wait for subprocesses to exit
Static HANDLE sendsig_tome;
HANDLE NO_COPY sigCONT; // Used to "STOP" a process
Static cygthread *hwait_sig; // Handle of wait_sig thread
Static cygthread *hwait_subproc; // Handle of sig_subproc thread