summaryrefslogtreecommitdiff
path: root/hurd/Versions
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-10-26 00:03:17 +0000
committerRoland McGrath <roland@gnu.org>1998-10-26 00:03:17 +0000
commitcc2c90800574268b539dc005a5d18edcc5673916 (patch)
treed16efd4af66fcdd07c15aa37d081037949fbbd61 /hurd/Versions
parent1938c489534889ad326f58d642ce4ce6f74c9806 (diff)
1998-10-26 Roland McGrath <roland@baalperazim.frob.com>
* hurd/Versions: Add _hurd_dtable, _hurd_dtablesize, _hurd_dtable_lock, _hurd_intern_fd.
Diffstat (limited to 'hurd/Versions')
-rw-r--r--hurd/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/hurd/Versions b/hurd/Versions
index b8d5daf13a..6247858f63 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -41,6 +41,9 @@ libc {
# <hurd/port.h>
_hurd_port_cleanup;
+ # <hurd/fd.h>
+ _hurd_dtable; _hurd_dtablesize; _hurd_dtable_lock; _hurd_intern_fd;
+
# Internal functions referenced by libmachuser and libhurduser.
_S_catch_exception_raise;
_S_msg_add_auth; _S_msg_del_auth;