Changeset 481 for trunk/include/sh_calls.h
- Timestamp:
- Jul 18, 2015, 5:06:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_calls.h
r317 r481 30 30 31 31 /*@-fixedformalarray@*/ 32 33 #include "config_xor.h" 34 #if defined(__GNUC__) && (__GNUC__ >= 3) 35 #undef SH_GNUC_NORETURN 36 #define SH_GNUC_NORETURN __attribute__((noreturn)) 37 #else 38 #undef SH_GNUC_NORETURN 39 #define SH_GNUC_NORETURN 40 #endif 41 32 42 33 43 /* Set aud functions … … 83 93 int * o_noatime); 84 94 /*@noreturn@*/ 85 void aud_exit (const char * file, int line, int fd) ;95 void aud_exit (const char * file, int line, int fd) SH_GNUC_NORETURN; 86 96 /*@noreturn@*/ 87 void aud__exit (const char * file, int line, int fd) ;97 void aud__exit (const char * file, int line, int fd) SH_GNUC_NORETURN; 88 98 pid_t aud_fork (const char * file, int line); 89 99 int aud_pipe (const char * file, int line, int modus[2]);
Note:
See TracChangeset
for help on using the changeset viewer.