Ignore:
Timestamp:
Nov 7, 2004, 3:19:42 PM (21 years ago)
Author:
bird
Message:

More signal debugging and cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/InnoTekLIBC/libc.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1617 r1618  
    2929
    3030#include <sys/cdefs.h>
     31#include <sys/signal.h>
    3132
    3233__BEGIN_DECLS
     
    4142extern int __libc_gfNoUnix;
    4243
     44/** Signal set of the signals which will interrupt system call execution.
     45 * By default all signals will interrupt syscall execution, since OS/2 can't really
     46 * restart system calls easily.
     47 * Update is protected by the signal semaphore, however read access isn't.
     48 */
     49extern sigset_t __libc_gSignalRestartMask;
     50
    4351__END_DECLS
    4452
Note: See TracChangeset for help on using the changeset viewer.