blob: a6bd901cdba968b7287c7a4c2445d81a28b1c1c1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef _VMESA_INCLUDED
# define _VMESA_INCLUDED 1
# include <string.h>
# include <ctype.h>
# include <vmsock.h>
void * dlopen(const char *);
void * dlsym(void *, const char *);
void * dlerror(void);
# define OLD_PTHREADS_API
#endif
|