From owner-freebsd-threads@FreeBSD.ORG Tue Mar 28 20:06:25 2006 Return-Path: X-Original-To: threads@FreeBSD.org Delivered-To: freebsd-threads@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC4C416A400; Tue, 28 Mar 2006 20:06:25 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E00C43D70; Tue, 28 Mar 2006 20:06:25 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 301131A4DBB; Tue, 28 Mar 2006 12:06:25 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 80C3D51406; Tue, 28 Mar 2006 15:06:24 -0500 (EST) Date: Tue, 28 Mar 2006 15:06:24 -0500 From: Kris Kennaway To: amd64@FreeBSD.org Message-ID: <20060328200624.GA10800@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: threads@FreeBSD.org Subject: libpthread compile failure X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2006 20:06:25 -0000 --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 7.0 during buildworld: /usr/src/lib/libpthread/thread/thr_barrier.c:69: error: conflicting types for '_pthread_barrier_init' /usr/src/lib/libpthread/../../include/pthread.h:156: error: previous declaration of '_pthread_barrier_init' was here /usr/src/lib/libpthread/thread/thr_barrier.c:69: error: conflicting types for '_pthread_barrier_init' /usr/src/lib/libpthread/../../include/pthread.h:156: error: previous declaration of '_pthread_barrier_init' was here *** Error code 1 Those two declarations are: > int > _pthread_barrier_init(pthread_barrier_t *barrier, > const pthread_barrierattr_t *attr, int count) > int pthread_barrier_init(pthread_barrier_t *, > const pthread_barrierattr_t *, unsigned); What is odd is that I can't see how this suddenly broke. Kris --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEKZc/Wry0BWjoQKURAgKYAKC4hKSq0jxYgPTu20Yq+iiOxBTMRgCfemm7 blr4fpE/tZatgTYIWPpmQHk= =0yOd -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk--