diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/slibc-human.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/slibc-human.h b/include/slibc-human.h index e56a78d..34c1cf9 100644 --- a/include/slibc-human.h +++ b/include/slibc-human.h @@ -278,7 +278,7 @@ char* humanmode(char* restrict, mode_t, enum humanmode_mode); * @since Always. */ int machinemode(mode_t* restrict, mode_t* restrict, const char* restrict) - __GCC_ONLY(__attributes__((__nonnull__(3)))); + __GCC_ONLY(__attribute__((__nonnull__(3)))); /** |