Changeset 1719
- Timestamp:
- Dec 9, 2004, 1:29:10 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/sys/signals.c
-
Property cvs2svn:cvs-rev
changed from
1.17
to1.18
r1718 r1719 1292 1292 if (pThrdSig != pThrd) 1293 1293 __libc_back_signalPokeThread(pThrdSig); 1294 LIBCLOG_MSG("setting %d pending on thread %#x 's and poking it.\n", pThrdSig->tid, iSignalNo);1294 LIBCLOG_MSG("setting %d pending on thread %#x and poking it.\n", iSignalNo, pThrdSig->tid); 1295 1295 } 1296 1296 } … … 1605 1605 if (pThrdSig != pThrd) 1606 1606 __libc_back_signalPokeThread(pThrdSig); 1607 LIBCLOG_MSG("setting %d pending on thread %#x 's and poking it.\n", pThrdSig->tid, iSignalNo);1607 LIBCLOG_MSG("setting %d pending on thread %#x and poking it.\n", iSignalNo, pThrdSig->tid); 1608 1608 } 1609 1609 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.