The VM/ESA port essentials, based on
[p5sagit/p5-mst-13.2.git] / vmesa / vmesaish.h
1 #ifndef _VMESA_INCLUDED
2 # define _VMESA_INCLUDED 1
3 # include <string.h>
4 # include <ctype.h>
5 # include <vmsock.h>
6  void * dlopen(const char *);
7  void * dlsym(void *, const char *);
8  void * dlerror(void);
9 # ifdef YIELD
10 #  undef YIELD
11 # endif
12 # define YIELD pthread_yield(NULL)
13 # define pthread_mutexattr_default NULL
14 # define pthread_condattr_default NULL
15 #endif