1998-10-26 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Mon, 26 Oct 1998 00:03:17 +0000 (00:03 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 26 Oct 1998 00:03:17 +0000 (00:03 +0000)
* hurd/Versions: Add _hurd_dtable, _hurd_dtablesize,
_hurd_dtable_lock, _hurd_intern_fd.

hurd/Versions

index b8d5daf..6247858 100644 (file)
@@ -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;