Changeset d0f53fe in rtems
- Timestamp:
- 04/15/99 18:54:01 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 053acd70
- Parents:
- 02d46fa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/include/rtems/posix/threadsup.h
r02d46fa rd0f53fe 30 30 #endif 31 31 32 #if 033 32 /* 34 33 * POSIX Cancelability … … 38 37 int cancelation_requested; 39 38 Chain_Control Cancellation_Handlers; 40 #endif41 39 42 40 } POSIX_API_Control; -
cpukit/posix/include/rtems/posix/threadsup.h
r02d46fa rd0f53fe 30 30 #endif 31 31 32 #if 033 32 /* 34 33 * POSIX Cancelability … … 38 37 int cancelation_requested; 39 38 Chain_Control Cancellation_Handlers; 40 #endif41 39 42 40 } POSIX_API_Control;
Note: See TracChangeset
for help on using the changeset viewer.