Changeset 0c35efe in rtems for cpukit/libcsupport
- Timestamp:
- 09/18/96 20:54:05 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- be95da0
- Parents:
- 5e9a594
- Location:
- cpukit/libcsupport/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/src/no_libc.c
r5e9a594 r0c35efe 43 43 } 44 44 45 #else 46 47 /* remove ANSI errors. 48 * A program must contain at least one external-declaration 49 * (X3.159-1989 p.82,L3). 50 */ 51 void no_libc_dummy_function( void ) 52 { 53 } 54 45 55 #endif -
cpukit/libcsupport/src/unixlibc.c
r5e9a594 r0c35efe 9 9 } 10 10 11 #else 12 13 /* remove ANSI errors. 14 * A program must contain at least one external-declaration 15 * (X3.159-1989 p.82,L3). 16 */ 17 void unixlibc_dummy_function( void ) 18 { 19 } 20 11 21 #endif
Note: See TracChangeset
for help on using the changeset viewer.