summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2008-03-31 12:14:04 +0000
committerkib <kib@FreeBSD.org>2008-03-31 12:14:04 +0000
commit2ad0eb2d91aa816f59ca8be579d30e4b4a5dc788 (patch)
tree01ab711c3d38413d1f4d7a5f2a4b8eb6ba3b8d7d /include/stdio.h
parent5c017b360f4996ed64753b8bfc0fa13a974bf4a8 (diff)
downloadFreeBSD-src-2ad0eb2d91aa816f59ca8be579d30e4b4a5dc788.zip
FreeBSD-src-2ad0eb2d91aa816f59ca8be579d30e4b4a5dc788.tar.gz
Add the libc glue and headers definitions for the *at() syscalls.
Based on the submission by rdivacky, sponsored by Google Summer of Code 2007 Reviewed by: rwatson, rdivacky Tested by: pho
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