diff options
Diffstat (limited to 'include/stdio.h')
-rw-r--r-- | include/stdio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h index 7d1877ea5e..5302e61024 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -261,6 +261,8 @@ __putc_unlocked (int __c, FILE *__stream) extern __typeof (renameat) __renameat; libc_hidden_proto (__renameat) +extern __typeof (renameat2) __renameat2; +libc_hidden_proto (__renameat2) # endif /* not _ISOMAC */ #endif /* stdio.h */ |