summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-10-09 21:02:10 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-10-09 21:02:10 +0200
commit47fc9b847e6b373fe727298dc9f3a6eed447d1a3 (patch)
tree060e628790d32ebb01590e85d22024cbb47692fc /sysdeps
parent9ee02b9f390663fa8ad0b133a0c2679ca9aa7f89 (diff)
parentf7df7aa1427ad89845fcc8591c7d42664c4a2d8f (diff)
Merge commit 'refs/top-bases/tschwinge/Roger_Whittaker' into 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;