diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2004-01-15 22:22:13 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2004-01-15 22:22:13 +0000 |
commit | 053c1bae4e7785db7f205860de316381899fada2 (patch) | |
tree | 297b9019cb6df35f5ebc6d34e4b10aaabe47bde6 /lib/libpthread/uthread/uthread_init.c | |
parent | 913491a406dd07fee22f53938d13b879dda90dbc (diff) |
threaded version of closefrom
pthread_stackseg_np added. Minor bump for these changes occurred
a day or so ago and will not be bumped again
Diffstat (limited to 'lib/libpthread/uthread/uthread_init.c')
-rw-r--r-- | lib/libpthread/uthread/uthread_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/uthread/uthread_init.c b/lib/libpthread/uthread/uthread_init.c index bb5bc1f34a4..6a1833039e2 100644 --- a/lib/libpthread/uthread/uthread_init.c +++ b/lib/libpthread/uthread/uthread_init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_init.c,v 1.30 2003/10/22 00:25:42 brad Exp $ */ +/* $OpenBSD: uthread_init.c,v 1.31 2004/01/15 22:22:12 marc Exp $ */ /* * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au> * All rights reserved. @@ -80,6 +80,7 @@ static void *references[] = { &accept, &bind, &close, + &closefrom, &connect, &dup, &dup2, |