2 * Copyright 2008, Salvatore Benedetto, salvatore.benedetto@gmail.com.
3 * Distributed under the terms of the MIT License.
5 #ifndef SYSTEM_XSI_SEM_H
6 #define SYSTEM_XSI_SEM_H
9 * Shared union used by the semctl option argument.
10 * The user should declare it explicitly
15 unsigned short *array
;