summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-10-26 00:11:36 +0000
committerRoland McGrath <roland@gnu.org>1998-10-26 00:11:36 +0000
commitc2ef793036b853554c238caccca31dfc0491be29 (patch)
tree412e4bfd062ea9d84b27dd4f36bc459811e96eeb
parentcc2c90800574268b539dc005a5d18edcc5673916 (diff)
1998-10-26 Roland McGrath <roland@baalperazim.frob.com>
* hurd/Versions: Add _hurd_dtable, _hurd_dtablesize, _hurd_dtable_lock, _hurd_intern_fd. * sysdeps/mach/hurd/Versions: Add cthread_keycreate, cthread_getspecific, cthread_setspecific, __libc_getspecific. * mach/Versions: Fix typo in last change. __mach_port_insert_right __mutex_trylock, __mutex_lock, __mutex_unlock, __swtch, __switch, __task_create, __task_suspend, __task_set_special_port, __task_terminate, __thread_depress_abort, __thread_switch, __vm_allocate, __vm_deallocate, __vm_map. These functions are not used outside libc.
-rw-r--r--ChangeLog22
-rw-r--r--mach/Versions4
-rw-r--r--sysdeps/mach/hurd/Versions4
3 files changed, 23 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 70d7a255c9..e4b813935f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,30 @@
+1998-10-26 Roland McGrath <roland@baalperazim.frob.com>
+
+ * hurd/Versions: Add _hurd_dtable, _hurd_dtablesize,
+ _hurd_dtable_lock, _hurd_intern_fd.
+
+ * sysdeps/mach/hurd/Versions: Add cthread_keycreate,
+ cthread_getspecific, cthread_setspecific, __libc_getspecific.
+
+ * mach/Versions: Fix typo in last change.
+
1998-10-25 Ulrich Drepper <drepper@cygnus.com>
* time/tzset.c (tz_compute): If time to switch to DST is later in
the year switch back in the next year.
Reported by jwitford@hutch.com.au.
+
1998-10-24 Mark Kettenis <kettenis@phys.uva.nl>
* mach/Versions: Add evc_wait, mach_error, mach_error_string,
mach_error_type, mach_msg_destroy, mig_deallocate_reply_port.
Remove __mach_host_self, __mach_reply_port, __mach_setup_thread,
__mach_port_allocate, __mach_port_allocate_name,
- __mach_port_deallocate, __mach_port_insert_right, __mutex_init,
- __mutex_trylock, __mutex_lock, __mutex_unlock, __swtch, __switch,
- __task_create, __task_suspend, __task_set_special_port,
- __task_terminate, __thread_depress_abort, __thread_switch,
- __vm_allocate, __vm_deallocate, __vm_map. These functions are not
- used outside libc.
+ __mach_port_insert_right __mutex_trylock, __mutex_lock,
+ __mutex_unlock, __swtch, __switch, __task_create, __task_suspend,
+ __task_set_special_port, __task_terminate, __thread_depress_abort,
+ __thread_switch, __vm_allocate, __vm_deallocate, __vm_map. These
+ functions are not used outside libc.
* sysdeps/mach/hurd/Versions: New file.
[libc, GLIBC_2.0]: Add _cthread_exit_routine and
diff --git a/mach/Versions b/mach/Versions
index 3c0e1229d8..34dfabe11a 100644
--- a/mach/Versions
+++ b/mach/Versions
@@ -8,10 +8,12 @@ libc {
__mach_thread_self;
__mutex_lock_solid; __mutex_unlock_solid;
__spin_lock_solid; __spin_try_lock; __spin_unlock;
+ __mutex_init;
+ __mach_port_deallocate;
# functions used by RPC stubs
__mach_msg;
- __mig_allocate; __mig_deallocate; __mig_deallocate_reply_port;
+ __mig_allocate; __mig_deallocate; __mig_dealloc_reply_port;
__mig_get_reply_port; __mig_put_reply_port;
# variables in normal name space
diff --git a/sysdeps/mach/hurd/Versions b/sysdeps/mach/hurd/Versions
index 79d5ce6e04..68d1773a4b 100644
--- a/sysdeps/mach/hurd/Versions
+++ b/sysdeps/mach/hurd/Versions
@@ -3,6 +3,10 @@ libc {
# variables used for detecting cthreads
_cthread_exit_routine; _cthread_init_routine;
+ # cthreads functions with stubs in libc
+ cthread_keycreate; cthread_getspecific; cthread_setspecific;
+ __libc_getspecific;
+
# functions with a weak definition in the dynamic linker
__getcwd; __mmap;
}