Changeset 0c35efe in rtems


Ignore:
Timestamp:
09/18/96 20:54:05 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
be95da0
Parents:
5e9a594
Message:

dummy function added to satisfy ANSI

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libcsupport/src/no_libc.c

    r5e9a594 r0c35efe  
    4343}
    4444
     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 */
     51void no_libc_dummy_function( void )
     52{
     53}
     54
    4555#endif
  • c/src/exec/libcsupport/src/unixlibc.c

    r5e9a594 r0c35efe  
    99}
    1010
     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 */
     17void unixlibc_dummy_function( void )
     18{
     19}
     20
    1121#endif
  • c/src/lib/libc/no_libc.c

    r5e9a594 r0c35efe  
    4343}
    4444
     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 */
     51void no_libc_dummy_function( void )
     52{
     53}
     54
    4555#endif
  • c/src/lib/libc/unixlibc.c

    r5e9a594 r0c35efe  
    99}
    1010
     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 */
     17void unixlibc_dummy_function( void )
     18{
     19}
     20
    1121#endif
  • cpukit/libcsupport/src/no_libc.c

    r5e9a594 r0c35efe  
    4343}
    4444
     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 */
     51void no_libc_dummy_function( void )
     52{
     53}
     54
    4555#endif
  • cpukit/libcsupport/src/unixlibc.c

    r5e9a594 r0c35efe  
    99}
    1010
     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 */
     17void unixlibc_dummy_function( void )
     18{
     19}
     20
    1121#endif
Note: See TracChangeset for help on using the changeset viewer.