Changeset 57dae56 in rtems for c/src/exec/posix/include/rtems/posix/cond.h
- Timestamp:
- 08/15/96 18:56:09 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b03ab630
- Parents:
- de45ddc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/include/rtems/posix/cond.h
rde45ddc r57dae56 24 24 #include <rtems/score/object.h> 25 25 #include <rtems/score/threadq.h> 26 27 /* 28 * Constant to indicate condition variable does not currently have 29 * a mutex assigned to it. 30 */ 31 32 #define POSIX_CONDITION_VARIABLES_NO_MUTEX 0 26 33 27 34 /*
Note: See TracChangeset
for help on using the changeset viewer.