summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-10-09 21:02:09 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-10-09 21:02:09 +0200
commitf7df7aa1427ad89845fcc8591c7d42664c4a2d8f (patch)
treeba5478427201ed80cd7d300b21351a0ce25ada0a /sysdeps
parent062aaaeac44ffdec53a599bfcb8177b948ae3b13 (diff)
parent5c9757cd4bb65caca1a3d1a6b6a81203666d0749 (diff)
Merge branch 'cvs/build' into refs/top-bases/tschwinge/Roger_Whittaker
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/openat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/openat.c b/sysdeps/mach/hurd/openat.c
index 974ff3fa15..4bb6ae421a 100644
--- a/sysdeps/mach/hurd/openat.c
+++ b/sysdeps/mach/hurd/openat.c
@@ -29,7 +29,7 @@
the directory associated with FD. If O_CREAT or O_TMPFILE is in OFLAG, a
third argument is the file protection. */
int
-__openat (int fd, const char *file, int oflag)
+__openat (int fd, const char *file, int oflag, ...)
{
mode_t mode;
io_t port;