summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/include/sys/event.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpukit/include/sys/event.h b/cpukit/include/sys/event.h
index b3ba98dd5d..08286dc83f 100644
--- a/cpukit/include/sys/event.h
+++ b/cpukit/include/sys/event.h
@@ -58,10 +58,7 @@
.fflags = (d), \
.data = (e), \
.udata = (f), \
- .ext[0] = 0, \
- .ext[1] = 0, \
- .ext[2] = 0, \
- .ext[3] = 0, \
+ .ext = {0}, \
}; \
} while(0)
#else /* Pre-C99 or not STDC (e.g., C++) */