summaryrefslogtreecommitdiff
path: root/vmesa
diff options
context:
space:
mode:
Diffstat (limited to 'vmesa')
-rw-r--r--vmesa/vmesaish.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/vmesa/vmesaish.h b/vmesa/vmesaish.h
index 379d5b4c4e..a6bd901cdb 100644
--- a/vmesa/vmesaish.h
+++ b/vmesa/vmesaish.h
@@ -6,11 +6,5 @@
void * dlopen(const char *);
void * dlsym(void *, const char *);
void * dlerror(void);
-# ifdef YIELD
-# undef YIELD
-# endif
-# define YIELD pthread_yield(NULL)
-# define pthread_mutexattr_default NULL
-# define pthread_condattr_default NULL
- typedef void * pthread_addr_t;
+# define OLD_PTHREADS_API
#endif