summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorpvalchev <pvalchev@openbsd.org>2001-08-17 22:44:15 +0000
committerpvalchev <pvalchev@openbsd.org>2001-08-17 22:44:15 +0000
commitb604c80e84c44c126dd11538f06ff0a7a8de6ed7 (patch)
treeed23e1c179e8f2b950754fca360415d18e180493 /lib/libpthread
parentcut and paste typo (diff)
downloadwireguard-openbsd-b604c80e84c44c126dd11538f06ff0a7a8de6ed7.tar.xz
wireguard-openbsd-b604c80e84c44c126dd11538f06ff0a7a8de6ed7.zip
pthread_main_np prototype
Diffstat (limited to 'lib/libpthread')
-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 a6071d9e4d0..014b0f7c67b 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.3 1999/11/25 07:01:29 d Exp $ */
+/* $OpenBSD: pthread_np.h,v 1.4 2001/08/17 22:44:15 pvalchev Exp $ */
/*
* Copyright (c) 1996-98 John Birrell <jb@cimlogic.com.au>.
* All rights reserved.
@@ -53,6 +53,7 @@ int pthread_mutexattr_setkind_np __P((pthread_mutexattr_t *, int));
void pthread_set_name_np __P((pthread_t, char *));
int pthread_switch_add_np __P((pthread_switch_routine_t));
int pthread_switch_delete_np __P((pthread_switch_routine_t));
+int pthread_main_np __P((void));
__END_DECLS
#endif