summaryrefslogtreecommitdiff
path: root/gl/tests/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/tests/open.c')
-rw-r--r--gl/tests/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/tests/open.c b/gl/tests/open.c
index 27801b916c..bdfc8db5cf 100644
--- a/gl/tests/open.c
+++ b/gl/tests/open.c
@@ -27,7 +27,7 @@
#include <sys/types.h>
#undef __need_system_fcntl_h
-static inline int
+static int
orig_open (const char *filename, int flags, mode_t mode)
{
return open (filename, flags, mode);