Changeset f118085d in rtems
- Timestamp:
- 08/09/02 12:55:15 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 343d4ff
- Parents:
- 5a339e2f
- Location:
- cpukit/posix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/posix/ChangeLog
r5a339e2f rf118085d 1 2002-08-09 Joel Sherrill <joel@OARcorp.com> 2 3 * src/cancelrun.c: Remove check for PTHREAD_CANCELED not being defined 4 to ensure that newlib patch includes it. 5 1 6 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
cpukit/posix/src/cancelrun.c
r5a339e2f rf118085d 24 24 * 25 25 */ 26 27 #if !defined(PTHREAD_CANCELED)28 #warning "PTHREAD_CANCELED NOT DEFINED -- patch newlib"29 #define PTHREAD_CANCELED ((void *) -1)30 #endif31 26 32 27 void _POSIX_Threads_cancel_run(
Note: See TracChangeset
for help on using the changeset viewer.