From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Thu, 21 Nov 2019 09:32:15 +0100 Subject: [LTP] [PATCH v4 1/5] syscalls/quotactl01: Add Q_GETNEXTQUOTA test In-Reply-To: References: <1574241216-15168-1-git-send-email-xuyang2018.jy@cn.fujitsu.com> <1574241216-15168-2-git-send-email-xuyang2018.jy@cn.fujitsu.com> <20191120151244.GA28197@dell5510> <20191121054507.GB59487@x230> Message-ID: <20191121083215.GC14920@dell5510> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Xu, > I see. Now, I think we should avoid to use ?? because on musl? libc doesn't have it. IMHO are always installed from kernel, not from libc (packaged result of make headers_install run from kernel sources). > 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 Hm, that what I said: using kernel headers is imho easier that using libc headers (fewer problems with compatibility). Anyway, I don't want to block this patchset. We can always merge it as it is and sort/fix this problem later. Kind regards, Petr