diff options
| author | David Schultz <das@FreeBSD.org> | 2009-03-04 03:35:03 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2009-03-04 03:35:03 +0000 |
| commit | 389533758b841be58705aa32b08c749f9769e119 (patch) | |
| tree | 5eaf464c5c09f0107844af98fb46bbf0b52418f6 /include/stdio.h | |
| parent | 6c5fb64c2920b397d9cf045df493240fd64f59f9 (diff) | |
Notes
Diffstat (limited to 'include/stdio.h')
| -rw-r--r-- | include/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h index cc870a80e226..1de521e76e38 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -344,6 +344,7 @@ char *tempnam(const char *, const char *); #if __BSD_VISIBLE || __POSIX_VISIBLE >= 200809 ssize_t getdelim(char ** __restrict, size_t * __restrict, int, FILE * __restrict); +int renameat(int, const char *, int, const char *); /* * Every programmer and his dog wrote functions called getline() @@ -379,7 +380,6 @@ void fcloseall(void); char *fgetln(FILE *, size_t *); __const char *fmtcheck(const char *, const char *) __format_arg(2); int fpurge(FILE *); -int renameat(int, const char *, int, const char *); void setbuffer(FILE *, char *, int); int setlinebuf(FILE *); int vasprintf(char **, const char *, __va_list) |
