diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2008-03-31 12:14:04 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2008-03-31 12:14:04 +0000 |
| commit | ba2983e5b3676ed66e051aa06281c8c069f90cb0 (patch) | |
| tree | 01ab711c3d38413d1f4d7a5f2a4b8eb6ba3b8d7d /include/stdio.h | |
| parent | f2296b585e70af7c0c26b81dcba195bc1bf53197 (diff) | |
Notes
Diffstat (limited to 'include/stdio.h')
| -rw-r--r-- | include/stdio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h index 2a682b81b517..6adc9d744ea3 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_ */ |
