Changeset 1624 for trunk/src/emx/include/sys/signal.h
- Timestamp:
- Nov 8, 2004, 2:06:04 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/signal.h
-
Property cvs2svn:cvs-rev
changed from
1.8
to1.9
r1623 r1624 364 364 typedef union sigval 365 365 { 366 /** Interger value. */ 367 int sival_int; 368 /** Pointer value. */ 369 void *sival_ptr; 370 /** FreeBSD names - probably a typo in the FreeBSD, but anyway. 371 * @{ */ 366 372 int sigval_int; 367 373 void *sigval_ptr; 374 /** @} */ 368 375 } sigval_t; 369 376 #endif -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.