diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-02-26 18:33:33 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-03-10 11:41:31 +0000 |
| commit | 522dbeb9f259ab333927685fb7ecda41ffd96b77 (patch) | |
| tree | e3b48d54321344818c3566a7fa5e0f1b9cded326 /include | |
| parent | bbdf045677774b7307e0b93e126f0cfc769a7139 (diff) | |
sys: add renameat2(2) syscall
(cherry picked from commit 28599a1e5f1b90676a818e0a4818cddd0839ad25)
Diffstat (limited to 'include')
| -rw-r--r-- | include/stdio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h index 34e877b60c14..753c7f3df03f 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -398,6 +398,7 @@ int fdclose(FILE *, int *); char *fgetln(FILE *, size_t *); const char *fmtcheck(const char *, const char *) __format_arg(2); int fpurge(FILE *); +int renameat2(int, const char *, int, const char *, unsigned int); void setbuffer(FILE *, char *, int); int setlinebuf(FILE *); int vasprintf(char **, const char *, __va_list) |
