From 35fbb341f8217222bdd33fcec79f62f5b4560d80 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 16 Mar 2016 13:57:57 +0100 Subject: Fix hurd build * sysdeps/mach/hurd/openat.c (__openat): Add missing ellipsis. * resolv/gai_sigqueue.c (__gai_sigqueue): Add missing internal_function qualifier. * /rt/aio_sigqueue.c (__aio_sigqueue): Add missing attribute_hidden internal_function qualifiers. --- sysdeps/mach/hurd/openat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd/openat.c') 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; -- cgit 1.4.1