summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/include
diff options
context:
space:
mode:
authormarc <marc@openbsd.org>2004-01-15 22:22:11 +0000
committermarc <marc@openbsd.org>2004-01-15 22:22:11 +0000
commit8fbcace0314c6afd3b92b2c54a7bafdd68e7b724 (patch)
treedb03bb0d16cca8ae0a22c6416b0689c68c569508 /lib/libpthread/include
parentescape full stops properly to avoid double spaces; (diff)
downloadwireguard-openbsd-8fbcace0314c6afd3b92b2c54a7bafdd68e7b724.tar.xz
wireguard-openbsd-8fbcace0314c6afd3b92b2c54a7bafdd68e7b724.zip
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/include')
-rw-r--r--lib/libpthread/include/pthread_np.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/include/pthread_np.h b/lib/libpthread/include/pthread_np.h
index a7eded4b025..5b0b04c67da 100644
--- a/lib/libpthread/include/pthread_np.h
+++ b/lib/libpthread/include/pthread_np.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pthread_np.h,v 1.5 2002/02/16 21:27:25 millert Exp $ */
+/* $OpenBSD: pthread_np.h,v 1.6 2004/01/15 22:22:11 marc Exp $ */
/*
* Copyright (c) 1996-98 John Birrell <jb@cimlogic.com.au>.
* All rights reserved.
@@ -51,6 +51,7 @@ int pthread_suspend_np(pthread_t);
int pthread_mutexattr_getkind_np(pthread_mutexattr_t);
int pthread_mutexattr_setkind_np(pthread_mutexattr_t *, int);
void pthread_set_name_np(pthread_t, char *);
+int pthread_stackseg_np(struct sigaltstack *sinfo);
int pthread_switch_add_np(pthread_switch_routine_t);
int pthread_switch_delete_np(pthread_switch_routine_t);
int pthread_main_np(void);