summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 2a682b8..6adc9d7 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -449,5 +449,8 @@ extern int __isthreaded;
#define putchar_unlocked(x) putc_unlocked(x, stdout)
#endif
+#if __BSD_VISIBLE
+int renameat(int, const char *, int, const char *);
+#endif
__END_DECLS
#endif /* !_STDIO_H_ */
OpenPOWER on IntegriCloud