
libevent-1.1a. svn merge -r10917:11006 https://svn.open-mpi.org/svn/ompi/tmp/libevent-update This commit was SVN r11022. The following SVN revisions from the original message are invalid or inconsistent and therefore were not cross-referenced: r10917 r11006
7 строки
93 B
C
7 строки
93 B
C
#ifndef MISC_H
|
|
#define MISC_H
|
|
|
|
int gettimeofday(struct timeval *,struct timezone *);
|
|
|
|
#endif
|