diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-09-04 22:17:46 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-09-04 22:17:46 +0000 |
commit | 2544c0965f03f1ad1de37d49854dff96e5b00ed3 (patch) | |
tree | 5bdbeb36f6ced3971be84ab3a9d85bdd45530ef3 /lib/libpthread/uthread/uthread_spinlock.c | |
parent | b7924acd437f1e99ff98330256cff6136d42ff02 (diff) |
put changes back, this time ALL the files.
Diffstat (limited to 'lib/libpthread/uthread/uthread_spinlock.c')
-rw-r--r-- | lib/libpthread/uthread/uthread_spinlock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/uthread/uthread_spinlock.c b/lib/libpthread/uthread/uthread_spinlock.c index af1c60314cd..3e99f6e6dff 100644 --- a/lib/libpthread/uthread/uthread_spinlock.c +++ b/lib/libpthread/uthread/uthread_spinlock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_spinlock.c,v 1.10 2001/08/30 17:47:57 todd Exp $ */ +/* $OpenBSD: uthread_spinlock.c,v 1.11 2001/09/04 22:17:45 fgsch Exp $ */ /* * Copyright (c) 1997 John Birrell <jb@cimlogic.com.au>. * All rights reserved. @@ -79,7 +79,7 @@ _spinlock(spinlock_t *lck) * returning. */ void -_spinlock_debug(spinlock_t *lck, const char *fname, int lineno) +_spinlock_debug(spinlock_t *lck, char *fname, int lineno) { struct pthread *curthread = _get_curthread(); int cnt = 0; |