[LTP] [PATCH v4 1/5] syscalls/quotactl01: Add Q_GETNEXTQUOTA test
Petr Vorel
pvorel@suse.cz
Thu Nov 21 16:19:01 CET 2019
Hi Jan,
> ----- Original Message -----
> > > > Also ,If we use uint64_t, they still failed on 2.6.32-754.el6.x86_64 with
> > > > undefined . Or, we should use TST_ABI to define uint64_t them
> > Jan, are you aware of this problem?
> I'm not, it should be defined in stdint.h.
> # cat /etc/redhat-release
> Red Hat Enterprise Linux Server release 6.10 (Santiago)
> # grep uint64_t -r /usr/include/ | grep stdint
> /usr/include/stdint.h:typedef unsigned long int uint64_t;
> > Xu, I'm not sure if you're talking about uint64_t problematic in
> > <linux/types.h>
> > (as you mention kernel) or problem in glibc <sys/types.h> / <stdint.h> /
> > <inttypes.h>?
> > We have lots of code which is using some of these 3 libc headers, does it
> > fail
> > on 2.6.32?
> > Does anybody compile for 2.6.32?
> [CC Li]
> I think RH still does compile latest for regression tests. RHEL6 will be in
> sustaining for couple more years.
Thanks for info. Sorry I forgot, we have CentOS 6.10 in travis, that should be
enough for testing build in old toolchain.
More information about the ltp
mailing list