Changeset b5c50309 in rtems
- Timestamp:
- 11/02/00 22:56:23 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6870384
- Parents:
- 4686e5d9
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/ChangeLog
r4686e5d9 rb5c50309 1 2 2000-11-02 Joel Sherrill <joel@OARcorp.com> 3 4 * include/rtems/system.h: Add prototypes for POSIX_MP_NOT_IMPLEMENTED(), 5 POSIX_NOT_IMPLEMENTED(), POSIX_BOTTOM_REACHED() removed from newlib. 1 6 2 7 2000-10-18 Nick Simon <Nick.SIMON@syntegra.bt.co.uk> -
c/src/exec/score/include/rtems/system.h
r4686e5d9 rb5c50309 47 47 48 48 /* 49 * The following insures that all data is declared in the space49 * The following ensures that all data is declared in the space 50 50 * of the initialization routine for either the Initialization Manager 51 51 * or the initialization file for the appropriate API. It is … … 111 111 112 112 /* 113 * The following are used by the POSIX implementation to catch bad paths. 114 */ 115 116 #ifdef POSIX_API_INIT 117 int POSIX_MP_NOT_IMPLEMENTED( void ); 118 int POSIX_NOT_IMPLEMENTED( void ); 119 int POSIX_BOTTOM_REACHED( void ); 120 #endif 121 122 /* 113 123 * Include a base set of files. 114 124 */ -
cpukit/score/ChangeLog
r4686e5d9 rb5c50309 1 2 2000-11-02 Joel Sherrill <joel@OARcorp.com> 3 4 * include/rtems/system.h: Add prototypes for POSIX_MP_NOT_IMPLEMENTED(), 5 POSIX_NOT_IMPLEMENTED(), POSIX_BOTTOM_REACHED() removed from newlib. 1 6 2 7 2000-10-18 Nick Simon <Nick.SIMON@syntegra.bt.co.uk> -
cpukit/score/include/rtems/system.h
r4686e5d9 rb5c50309 47 47 48 48 /* 49 * The following insures that all data is declared in the space49 * The following ensures that all data is declared in the space 50 50 * of the initialization routine for either the Initialization Manager 51 51 * or the initialization file for the appropriate API. It is … … 111 111 112 112 /* 113 * The following are used by the POSIX implementation to catch bad paths. 114 */ 115 116 #ifdef POSIX_API_INIT 117 int POSIX_MP_NOT_IMPLEMENTED( void ); 118 int POSIX_NOT_IMPLEMENTED( void ); 119 int POSIX_BOTTOM_REACHED( void ); 120 #endif 121 122 /* 113 123 * Include a base set of files. 114 124 */
Note: See TracChangeset
for help on using the changeset viewer.