diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2003-12-31 22:15:29 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2003-12-31 22:15:29 +0000 |
commit | 5453dd463af44908f88c14340543d64e381a41ae (patch) | |
tree | 81cf83a3a19638bd0d7870dcde8b3c139912783f /lib | |
parent | f371b9332639a426cacdd8dfbc3bd84967630245 (diff) |
there is no pause() wrapper (thread_sys_pause) so remove the prototype
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpthread/uthread/pthread_private.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/uthread/pthread_private.h b/lib/libpthread/uthread/pthread_private.h index 2422eaaf201..00001a67fed 100644 --- a/lib/libpthread/uthread/pthread_private.h +++ b/lib/libpthread/uthread/pthread_private.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pthread_private.h,v 1.49 2003/11/10 23:15:18 mickey Exp $ */ +/* $OpenBSD: pthread_private.h,v 1.50 2003/12/31 22:15:28 brad Exp $ */ /* * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. @@ -1253,7 +1253,6 @@ int _thread_sys_fsync(int); int _thread_sys_ftruncate(int, off_t); long _thread_sys_fpathconf(int, int); pid_t _thread_sys_getpid(void); -int _thread_sys_pause(void); int _thread_sys_pipe(int *); int _thread_sys_select(int, fd_set *, fd_set *, fd_set *, struct timeval *); off_t _thread_sys_lseek(int, off_t, int); |