summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/symlinkat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/symlinkat.c')
-rw-r--r--sysdeps/mach/hurd/symlinkat.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/symlinkat.c b/sysdeps/mach/hurd/symlinkat.c
index 0a6a9363a6..c72b3a4176 100644
--- a/sysdeps/mach/hurd/symlinkat.c
+++ b/sysdeps/mach/hurd/symlinkat.c
@@ -28,10 +28,7 @@
/* Make a link to FROM called TO relative to FD. */
int
-symlinkat (from, fd, to)
- const char *from;
- int fd;
- const char *to;
+symlinkat (const char *from, int fd, const char *to)
{
error_t err;
file_t dir, node;