Changeset f118085d in rtems


Ignore:
Timestamp:
08/09/02 12:55:15 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
343d4ff
Parents:
5a339e2f
Message:

2002-08-09 Joel Sherrill <joel@…>

  • src/cancelrun.c: Remove check for PTHREAD_CANCELED not being defined to ensure that newlib patch includes it.
Location:
cpukit/posix
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/posix/ChangeLog

    r5a339e2f rf118085d  
     12002-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
    162002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • cpukit/posix/src/cancelrun.c

    r5a339e2f rf118085d  
    2424 *
    2525 */
    26 
    27 #if !defined(PTHREAD_CANCELED)
    28 #warning "PTHREAD_CANCELED NOT DEFINED -- patch newlib"
    29 #define PTHREAD_CANCELED ((void *) -1)
    30 #endif
    3126
    3227void _POSIX_Threads_cancel_run(
Note: See TracChangeset for help on using the changeset viewer.