aboutsummaryrefslogtreecommitdiff
path: root/tests-m32/semop.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests-m32/semop.c')
-rw-r--r--tests-m32/semop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests-m32/semop.c b/tests-m32/semop.c
index 3d1f3846..2366d385 100644
--- a/tests-m32/semop.c
+++ b/tests-m32/semop.c
@@ -9,8 +9,7 @@
#include "xlat.h"
#include "xlat/semop_flags.h"
-union semun
-{
+union semun {
int val;
struct semid_ds *buf;
unsigned short *array;