diff options
author | 2001-08-17 22:44:15 +0000 | |
---|---|---|
committer | 2001-08-17 22:44:15 +0000 | |
commit | b604c80e84c44c126dd11538f06ff0a7a8de6ed7 (patch) | |
tree | ed23e1c179e8f2b950754fca360415d18e180493 /lib/libc_r | |
parent | cut and paste typo (diff) | |
download | wireguard-openbsd-b604c80e84c44c126dd11538f06ff0a7a8de6ed7.tar.xz wireguard-openbsd-b604c80e84c44c126dd11538f06ff0a7a8de6ed7.zip |
pthread_main_np prototype
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/include/pthread_np.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc_r/include/pthread_np.h b/lib/libc_r/include/pthread_np.h index a6071d9e4d0..014b0f7c67b 100644 --- a/lib/libc_r/include/pthread_np.h +++ b/lib/libc_r/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 |