diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-06-15 00:10:38 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-06-15 00:10:38 +0000 |
commit | f6320b648afec215bb1c3d95e9fe42db8819771b (patch) | |
tree | b147e08e7f517bf29248f53bd397188e49c0d6d7 /lib/libc_r/include | |
parent | b4a06a2741e75d6207a667a5e3a5d049f0bb0c4f (diff) |
Remove pthread_atfork()
Diffstat (limited to 'lib/libc_r/include')
-rw-r--r-- | lib/libc_r/include/pthread.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc_r/include/pthread.h b/lib/libc_r/include/pthread.h index 41b198b67b6..108f4d2de41 100644 --- a/lib/libc_r/include/pthread.h +++ b/lib/libc_r/include/pthread.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: pthread.h,v 1.7 1999/05/26 00:17:41 d Exp $ + * $OpenBSD: pthread.h,v 1.8 1999/06/15 00:10:37 d Exp $ * */ #ifndef _PTHREAD_H_ @@ -201,7 +201,6 @@ enum pthread_mutextype { * Thread function prototype definitions: */ __BEGIN_DECLS -int pthread_atfork(void (*)(void), void (*)(void), void (*)(void)); int pthread_attr_destroy __P((pthread_attr_t *)); int pthread_attr_getstacksize __P((pthread_attr_t *, size_t *)); int pthread_attr_getstackaddr __P((pthread_attr_t *, void **)); |