From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Mon, 17 Feb 2020 12:02:30 +0100 Subject: [LTP] [PATCH 4/7] syscalls/fsmount: New tests In-Reply-To: References: <1c61c673a02152c30edac0e25438257c23c3322e.1581680021.git.viresh.kumar@linaro.org> <20200217082931.vbjkg2f53lek4uf3@vireshk-i7> <20200217095810.GC13398@dell5510> Message-ID: <20200217110230.GA18700@dell5510> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Li, > >> So we can either add it to many places or detect this old glibc and > >> compile with > >> -D_GNU_SOURCE (but this might break other things). > > -1 remove old Glibc is a bad choice. > Sorry, that's a typo. I mean detect Glibc version is not a good idea:). Agree. IMHO mostly we should use lapi than libc headers (+ put system headers into lapi files), that'd keep old distros working. Kind regards, Petr