about summary refs log tree commit diff
path: root/include/sys/sem.h
blob: 69fdf1f752c05b9c07d71aef615d3608022a2f41 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _SYS_SEM_H
# include <sysvipc/sys/sem.h>

# ifndef _ISOMAC

__typeof__ (semtimedop) __semtimedop attribute_hidden;

# endif
#endif