Changeset ba41dfd in rtems


Ignore:
Timestamp:
11/03/00 15:39:55 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b6076b01
Parents:
09e6b1c
Message:

2000-11-02 Joel Sherrill <joel@…>

  • include/rtems/system.h: Use proper conditional (RTEMS_POSIX_API) so prototypes for POSIX_MP_NOT_IMPLEMENTED(), POSIX_NOT_IMPLEMENTED(), POSIX_BOTTOM_REACHED() are actually included.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/ChangeLog

    r09e6b1c rba41dfd  
     1
     22000-11-02      Joel Sherrill <joel@OARcorp.com>
     3
     4        * include/rtems/system.h: Use proper conditional (RTEMS_POSIX_API)
     5        so prototypes for POSIX_MP_NOT_IMPLEMENTED(), POSIX_NOT_IMPLEMENTED(),
     6        POSIX_BOTTOM_REACHED() are actually included.
    17
    282000-11-02      Joel Sherrill <joel@OARcorp.com>
  • c/src/exec/score/include/rtems/system.h

    r09e6b1c rba41dfd  
    114114 */
    115115
    116 #ifdef POSIX_API_INIT
     116#ifdef RTEMS_POSIX_API
    117117int POSIX_MP_NOT_IMPLEMENTED( void );
    118118int POSIX_NOT_IMPLEMENTED( void );
  • cpukit/score/ChangeLog

    r09e6b1c rba41dfd  
     1
     22000-11-02      Joel Sherrill <joel@OARcorp.com>
     3
     4        * include/rtems/system.h: Use proper conditional (RTEMS_POSIX_API)
     5        so prototypes for POSIX_MP_NOT_IMPLEMENTED(), POSIX_NOT_IMPLEMENTED(),
     6        POSIX_BOTTOM_REACHED() are actually included.
    17
    282000-11-02      Joel Sherrill <joel@OARcorp.com>
  • cpukit/score/include/rtems/system.h

    r09e6b1c rba41dfd  
    114114 */
    115115
    116 #ifdef POSIX_API_INIT
     116#ifdef RTEMS_POSIX_API
    117117int POSIX_MP_NOT_IMPLEMENTED( void );
    118118int POSIX_NOT_IMPLEMENTED( void );
Note: See TracChangeset for help on using the changeset viewer.