diff options
Diffstat (limited to 'include/fortify-headers.h')
| -rw-r--r-- | include/fortify-headers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fortify-headers.h b/include/fortify-headers.h index 288a973..c4e6495 100644 --- a/include/fortify-headers.h +++ b/include/fortify-headers.h | |||
| @@ -19,6 +19,6 @@ | |||
| 19 | #define _FORTIFY_STR(s) #s | 19 | #define _FORTIFY_STR(s) #s |
| 20 | #define _FORTIFY_ORIG(p,fn) __typeof__(fn) __orig_##fn __asm__(_FORTIFY_STR(p) #fn) | 20 | #define _FORTIFY_ORIG(p,fn) __typeof__(fn) __orig_##fn __asm__(_FORTIFY_STR(p) #fn) |
| 21 | #define _FORTIFY_FN(fn) _FORTIFY_ORIG(__USER_LABEL_PREFIX__,fn); \ | 21 | #define _FORTIFY_FN(fn) _FORTIFY_ORIG(__USER_LABEL_PREFIX__,fn); \ |
| 22 | extern __inline __attribute__((__always_inline__,__gnu_inline__,__artificial__)) | 22 | extern __inline__ __attribute__((__always_inline__,__gnu_inline__,__artificial__)) |
| 23 | 23 | ||
| 24 | #endif | 24 | #endif |
