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: 19 Mar 2001 15:36:08 -0800
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.2 (Thelxepeia)

Paul Eggert <address@hidden> writes:

> You can instead globally substitute uintmax_t for uint64_t in
> tempname.c; this will make the code self-contained, albeit a bit
> slower on hosts with 128-bit uintmax_t.

Which is why I won't do it.

> Another possible approach is to apply the submitted patch and then
> uniformly replace uint64_t with uint_fast64_t.

I don't think this is necessary.  I've checked the patch in.  Thanks,

-- 
---------------.                          ,-.   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]