aboutsummaryrefslogtreecommitdiff
path: root/tests/nouveau/threaded.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nouveau/threaded.c')
-rw-r--r--tests/nouveau/threaded.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nouveau/threaded.c b/tests/nouveau/threaded.c
index ddbac74e..eaa469e0 100644
--- a/tests/nouveau/threaded.c
+++ b/tests/nouveau/threaded.c
@@ -31,7 +31,7 @@
#include "xf86drm.h"
#include "nouveau.h"
-static typeof(ioctl) *old_ioctl;
+static __typeof__(ioctl) *old_ioctl;
static int failed;
static int import_fd;