Changeset 1624 for trunk/src/emx/include/InnoTekLIBC/backend.h
- Timestamp:
- Nov 8, 2004, 2:06:04 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/backend.h
-
Property cvs2svn:cvs-rev
changed from
1.10
to1.11
r1623 r1624 500 500 501 501 /** 502 * Worker called after __libc_Back_signalRaise() was called with a 503 * preallocated signal queue entry. This function will make sure 504 * we're not ending up with too many heap allocated packets in the 505 * free list. 506 */ 507 void __libc_Back_signalFreeWorker(void); 502 * Queue a signal. 503 * 504 * @returns 0 on success. 505 * @returns -1 on failure, errno set. 506 * @param pid The target process id. 507 * @param iSignalNo Signal to queue. 508 * @param SigVal The value to associate with the signal. 509 */ 510 int __libc_Back_signalQueue(pid_t pid, int iSignalNo, const union sigval SigVal); 508 511 509 512 /** -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.