314ab2c6e7
Greatly reduce the number of "foo" -> "opal_foo" symbol renames in the libevent source, and instead greatly expand the event_rename.h file that uses preprocessor macros to make all public symbols be "opal_foo". This commit was SVN r17923.
12 строки
160 B
C
12 строки
160 B
C
#ifndef MISC_H
|
|
#define MISC_H
|
|
|
|
struct timezone;
|
|
struct timeval;
|
|
|
|
#ifndef HAVE_GETTIMEOFDAY
|
|
int gettimeofday(struct timeval *,struct timezone *);
|
|
#endif
|
|
|
|
#endif
|