Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2007 05:39:50 +0000
From:      John Birrell <jb@what-creek.com>
To:        David Xu <davidxu@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libthr/thread thr_private.h thr_rtld.c thr_sem.c thr_sig.c thr_suspend_np.c thr_umtx.c thr_umtx.h
Message-ID:  <20071121053950.GA16530@what-creek.com>
In-Reply-To: <200711210521.lAL5LwBl094346@repoman.freebsd.org>
References:  <200711210521.lAL5LwBl094346@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 21, 2007 at 05:21:58AM +0000, David Xu wrote:
> davidxu     2007-11-21 05:21:58 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     lib/libthr/thread    thr_private.h thr_rtld.c thr_sem.c 
>                          thr_sig.c thr_suspend_np.c thr_umtx.c 
>                          thr_umtx.h 
>   Log:
>   Remove umtx_t definition, use type long directly, add wrapper function
>   _thr_umtx_wait_uint() for umtx operation UMTX_OP_WAIT_UINT, use the
>   function in semaphore operations, this fixed compiler warnings.

Thanks.

I assume you have tested this with "CFLAGS=-O2 -pipe" in /etc/make.conf
to remove the -fno-strict-aliasing option that is in the default CFLAGS?

--
John Birrell



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