This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] posix: Fix large mmap64 offset for mips64n32 (BZ#24699)
- From: Florian Weimer <fweimer at redhat dot com>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- Cc: libc-alpha at sourceware dot org, Thomas De Schampheleire <patrickdepinguin at gmail dot com>
- Date: Thu, 04 Jul 2019 16:23:05 +0200
- Subject: Re: [PATCH] posix: Fix large mmap64 offset for mips64n32 (BZ#24699)
- References: <20190619141328.27185-1-adhemerval.zanella@linaro.org>
* Adhemerval Zanella:
> +/* Return the maximum value expected as offset argument in mmap64 call. */
> +uint64_t static inline
Should this be static inline uint64_t (twice)?
Thanks,
Florian