Changeset 1717
- Timestamp:
 - Dec 7, 2004, 10:00:48 PM (21 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/emx/src/lib/sys/b_processWait.c (modified) (1 diff, 1 prop)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/emx/src/lib/sys/b_processWait.c
- 
Property       cvs2svn:cvs-rev
 changed from       
1.5to1.6 
r1716 r1717 578 578 __atomic_increment(&gcBirths); 579 579 int rc = DosPostEventSem(ghevBirth); 580 LIBC_ASSERTM(!rc , "DosPostEventSem(%#lx (birth)) -> %d\n", ghevBirth, rc);580 LIBC_ASSERTM(!rc || rc == ERROR_ALREADY_POSTED, "DosPostEventSem(%#lx (birth)) -> %d\n", ghevBirth, rc); 581 581 rc = rc; 582 582  - 
Property       cvs2svn:cvs-rev
 changed from       
 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  