emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/gc/include/gc_pthread_redirects.h [Boehm


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/gc/include/gc_pthread_redirects.h [Boehm-GC]
Date: Mon, 16 Jun 2003 11:41:52 -0400

Index: emacs/gc/include/gc_pthread_redirects.h
diff -c emacs/gc/include/gc_pthread_redirects.h:1.2.2.1 
emacs/gc/include/gc_pthread_redirects.h:1.2.2.2
*** emacs/gc/include/gc_pthread_redirects.h:1.2.2.1     Thu Jun  5 14:23:05 2003
--- emacs/gc/include/gc_pthread_redirects.h     Mon Jun 16 11:41:51 2003
***************
*** 52,66 ****
--- 52,72 ----
    int GC_pthread_create(pthread_t *new_thread,
                          const pthread_attr_t *attr,
                        void *(*start_routine)(void *), void *arg);
+ #ifndef GC_DARWIN_THREADS
    int GC_pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
+ #endif
    int GC_pthread_join(pthread_t thread, void **retval);
    int GC_pthread_detach(pthread_t thread);
  
  # define pthread_create GC_pthread_create
+ #ifndef GC_DARWIN_THREADS
  # define pthread_sigmask GC_pthread_sigmask
+ #endif
  # define pthread_join GC_pthread_join
  # define pthread_detach GC_pthread_detach
+ #ifndef GC_DARWIN_THREADS
  # define dlopen GC_dlopen
+ #endif
  
  #endif /* GC_xxxxx_THREADS */
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]