bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: glibc sysdeps/posix/tempname.c: uint64_t problem on non-glibc hosts


From: Ulrich Drepper
Subject: Re: glibc sysdeps/posix/tempname.c: uint64_t problem on non-glibc hosts
Date: 16 Mar 2001 13:59:12 -0800
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.2 (Thelxepeia)

Paul Eggert <address@hidden> writes:

> 2001-03-16  Paul Eggert  <address@hidden>
> 
>       * sysdeps/posix/tempname.c (uint64_t): Define to uintmax_t if
>       not defined, and if UINT64_MAX is not defined.

I fail to see why this is much better.  uintmax_t is a C99 type and if
it is available uint64_t is as well.  Of course you can define
uintmax_t in config.h or similar headers but this is not how we do
this normally.  The file should be self-contained.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]