Changeset 8389628 in rtems for c/src/lib/libc/error.h


Ignore:
Timestamp:
04/22/96 16:53:46 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d2d6467
Parents:
5a36154a
Message:

updates from Tony Bennett

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libc/error.h

    r5a36154a r8389628  
    1 
    21/*
    3  *      @(#)error.h     1.3 - 95/10/25
    4  *     
    5  *
    62 *  Defines and externs for rtems error reporting
    73 *
     
    2521const char *rtems_status_text(rtems_status_code);
    2622int   rtems_error(int error_code, const char *printf_format, ...);
     23#ifdef __GNUC__
     24void  rtems_panic(const char *printf_format, ...)
     25                                         __attribute__ ((__noreturn__));
     26#else
    2727void  rtems_panic(const char *printf_format, ...);
     28#endif
    2829
    2930extern int rtems_panic_in_progress;
Note: See TracChangeset for help on using the changeset viewer.