Changeset 1618 for trunk/src/emx/include/InnoTekLIBC/libc.h
- Timestamp:
- Nov 7, 2004, 3:19:42 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/libc.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1617 r1618 29 29 30 30 #include <sys/cdefs.h> 31 #include <sys/signal.h> 31 32 32 33 __BEGIN_DECLS … … 41 42 extern int __libc_gfNoUnix; 42 43 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 */ 49 extern sigset_t __libc_gSignalRestartMask; 50 43 51 __END_DECLS 44 52 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.