[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug in AC_TYPE_UINT32_T on Solaris 2.5.1
From: |
Paul Eggert |
Subject: |
Re: bug in AC_TYPE_UINT32_T on Solaris 2.5.1 |
Date: |
Sun, 18 Jun 2006 23:46:20 -0700 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
Ralf Wildenhues <address@hidden> writes:
> * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
> needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
> with system headers. Report by Bruno Haible.
That looks good; please install, since it's clearly an improvement.
For what it's worth,
<http://gcc.gnu.org/ml/fortran/2005-11/msg00832.html> says that
Solaris 2.5.1 <pthread.h> "defines uint8_t, uint32_t and uint64_t (and
only those, not the full C99 set)".
<http://www.cs.usm.maine.edu/class/cos478/opj-1.6.5/include/solaris/jni_md.h>
says that Solaris 2.5.1 <sys/synch.h> is similar.
For <semaphore.h> I could find traces on the net only of _UINT32_T.