Export <slot> from GOOPS
[bpt/guile.git] / libguile / null-threads.h
index 4779ee0..116b845 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef SCM_NULL_THREADS_H
 #define SCM_NULL_THREADS_H
 
-/* Copyright (C) 2005, 2006, 2010, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2005, 2006, 2010 Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
@@ -102,9 +102,6 @@ SCM_API int scm_i_pthread_key_create (scm_i_pthread_key_t *key,
 #define scm_i_scm_pthread_cond_wait         scm_i_pthread_cond_wait
 #define scm_i_scm_pthread_cond_timedwait    scm_i_pthread_cond_timedwait
 
-#define SCM_DEFINE_ATFORK_HANDLERS_FOR_MUTEX(m,lock,unlock) /* noop */
-#define scm_i_pthread_atfork(pre,parent,child) do {} while (0)
-
 
 #endif  /* SCM_NULL_THREADS_H */