Changeset d14418b in rtems
- Timestamp:
- 10/06/97 21:28:18 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7e4938c
- Parents:
- 7d5566e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/src/cond.c
r7d5566e rd14418b 423 423 return status; 424 424 425 } else { 426 _Thread_Enable_dispatch(); 427 status = ETIMEDOUT; 425 428 } 426 else427 status = ETIMEDOUT;428 429 429 430 /* -
cpukit/posix/src/cond.c
r7d5566e rd14418b 423 423 return status; 424 424 425 } else { 426 _Thread_Enable_dispatch(); 427 status = ETIMEDOUT; 425 428 } 426 else427 status = ETIMEDOUT;428 429 429 430 /*
Note: See TracChangeset
for help on using the changeset viewer.