Changeset 8389628 in rtems for c/src/lib/libc/error.h
- Timestamp:
- 04/22/96 16:53:46 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d2d6467
- Parents:
- 5a36154a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libc/error.h
r5a36154a r8389628 1 2 1 /* 3 * @(#)error.h 1.3 - 95/10/254 *5 *6 2 * Defines and externs for rtems error reporting 7 3 * … … 25 21 const char *rtems_status_text(rtems_status_code); 26 22 int rtems_error(int error_code, const char *printf_format, ...); 23 #ifdef __GNUC__ 24 void rtems_panic(const char *printf_format, ...) 25 __attribute__ ((__noreturn__)); 26 #else 27 27 void rtems_panic(const char *printf_format, ...); 28 #endif 28 29 29 30 extern int rtems_panic_in_progress;
Note: See TracChangeset
for help on using the changeset viewer.