Fixed prototype for tsleep() (const poisoning).

This commit is contained in:
Bruce Evans 1998-01-16 18:12:57 +00:00
parent b1d3fc49a9
commit e6a658d84f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32573

View File

@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $Id: sleep.9,v 1.8 1997/04/09 05:39:32 mpp Exp $
.\" $Id: sleep.9,v 1.9 1997/04/11 17:49:56 bde Exp $
.\" "
.Dd April 3, 1996
.Os
@ -38,7 +38,7 @@
.Fd #include <sys/systm.h>
.Fd #include <sys/proc.h>
.Ft int
.Fn tsleep "void *ident" "int priority" "char *wmesg" "int timo"
.Fn tsleep "void *ident" "int priority" "const char *wmesg" "int timo"
.Ft void
.Fn wakeup "void *ident"
.Ft void