From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Hrubis Date: Tue, 7 Jul 2020 13:49:52 +0200 Subject: [LTP] [PATCH V4 5/6] syscalls: Don't pass struct timespec to tst_syscall() In-Reply-To: <20200707091803.p7ptgfxa5nsleh5b@vireshk-i7> References: <9562fdf4debd759439ee7f468008177003db9513.1592457867.git.viresh.kumar@linaro.org> <20200703125927.GA11556@yuki.lan> <20200707090301.GA3512@yuki.lan> <20200707091803.p7ptgfxa5nsleh5b@vireshk-i7> Message-ID: <20200707114952.GD3512@yuki.lan> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi! > > Huh, how come the syscall is called clock_getres_time64 while the rest > > has only 64 appended such as clock_gettime64 and clock_settime64? > > > > That's really strange... > > That also made me wonder on how should I be naming routines. > Apparently they wanted to have "time64" in the name, if the syscall > already has "time" in it they just appended 64, else added "_time64". If that is the case in upstream we should follow that convence for the functions as well... -- Cyril Hrubis chrubis@suse.cz