Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Jun 1998 11:43:31 -0700
From:      John Polstra <jdp@polstra.com>
To:        current@FreeBSD.ORG
Cc:        jb@FreeBSD.ORG
Subject:   Breakage in spinlock.[hc]
Message-ID:  <199806091843.LAA10306@austin.polstra.com>

next in thread | raw e-mail | index | archive | help
Make world is broken again, as of 1100 Pacific time:

cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include -DPTHREAD_KERNEL -D_THREAD_SAFE -I/usr/src/lib/libc_r/uthread -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale -DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/libc_r/uthread/uthread_spinlock.c -o uthread_spinlock.o
/usr/src/lib/libc_r/uthread/uthread_spinlock.c:52: conflicting types for `_spinlock'
/usr/src/lib/libc_r/../libc/include/spinlock.h:67: previous declaration of `_spinlock'
/usr/src/lib/libc_r/uthread/uthread_spinlock.c: In function `_spinlock':
/usr/src/lib/libc_r/uthread/uthread_spinlock.c:75: too many arguments to function `_atomic_lock'
*** Error code 1

I took a quick peek and it looks like two separate errors.
--
   John Polstra                                       jdp@polstra.com
   John D. Polstra & Co., Inc.                Seattle, Washington USA
   "Self-knowledge is always bad news."                 -- John Barth

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806091843.LAA10306>