diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-27 20:52:54 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-27 20:52:54 +0100 |
commit | 7d48acb3e1e8d2fdf6a89dfad949da9f2747c2b6 (patch) | |
tree | 82969aedd802f9941fe90ce5a153a2b254b10ba6 /include | |
parent | fix punctuation (diff) | |
download | slibc-7d48acb3e1e8d2fdf6a89dfad949da9f2747c2b6.tar.gz slibc-7d48acb3e1e8d2fdf6a89dfad949da9f2747c2b6.tar.bz2 slibc-7d48acb3e1e8d2fdf6a89dfad949da9f2747c2b6.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
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)))); /** |