[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: 23.0.50; dbus
From:
Jason Rumney
Subject:
Re: 23.0.50; dbus
Date:
2007年12月10日 12:47:26 +0000
User-agent:
Thunderbird 2.0.0.9 (Windows/20071031)
William Xu wrote:
> Seems it's defined here: /usr/include/sys/types.h
>
> ,----
> | typedef unsigned int uint; /* Sys V compatibility
> */
> `----
>
Right, but the comment in the glibc include suggests that the name is
non-standard, and there only for compatibility:
*#ifdef __USE_MISC*
/* Old compatibility names for C types. */
*typedef* *unsigned* *long* *int* ulong;
*typedef* *unsigned* *short* *int* ushort;
*typedef* *unsigned* *int* uint;
*#endif*
With other compilers, this definition may not exist, so the code should
be changed.
- 23.0.50; dbus , Peter Dyballa, 2007年12月10日
- Re: 23.0.50; dbus , William Xu, 2007年12月10日
- Re: 23.0.50; dbus,
Jason Rumney <=
- Re: 23.0.50; dbus , Michael Albinus, 2007年12月16日
- Re: 23.0.50; dbus , Peter Dyballa, 2007年12月16日
- Re: 23.0.50; dbus , Michael Albinus, 2007年12月16日
- Re: 23.0.50; dbus , Peter Dyballa, 2007年12月17日
- Re: 23.0.50; dbus , Michael Albinus, 2007年12月17日
- Re: 23.0.50; dbus , Stefan Monnier, 2007年12月20日
- Re: 23.0.50; dbus , Richard Stallman, 2007年12月21日
- Re: 23.0.50; dbus , Peter Dyballa, 2007年12月23日
- Re: 23.0.50; dbus , Michael Albinus, 2007年12月31日