aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/renameat2.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/guts/renameat2.c')
-rw-r--r--ports/linux/guts/renameat2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/linux/guts/renameat2.c b/ports/linux/guts/renameat2.c
index 0df8369..135933b 100644
--- a/ports/linux/guts/renameat2.c
+++ b/ports/linux/guts/renameat2.c
@@ -9,6 +9,11 @@
* int rc = -1;
*/
+ (void) olddirfd;
+ (void) oldpath;
+ (void) newdirfd;
+ (void) newpath;
+ (void) flags;
/* for now, let's try just failing out hard, and hope things retry with a
* different syscall.
*/