StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
EvtPatches.hh
1 #if defined(SUNCC) && defined(_XOPEN_SOURCE) && ( _XOPEN_SOURCE - 0 == 500 )
2 #ifndef _CLOCK_T
3 #define _CLOCK_T
4 typedef long clock_t; /* relative time in a specified resolution */
5 #endif /* ifndef _CLOCK_T */
6 #endif
7 
8 #define _unused(x) ((void)x)