From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Tue, 24 Mar 2020 00:03:05 +0100 Subject: [LTP] [PATCH 1/3] accept4: Use tst_variant In-Reply-To: <20200323224933.2613658-1-petr.vorel@gmail.com> References: <20200323224933.2613658-1-petr.vorel@gmail.com> Message-ID: <20200323230305.GA2696136@x230> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi, > I guess __NR_socketcall is for x86 and other old architectures, > but we still want to use it, right? Maybe I should have kept just 2 variants (libc implementation and only one syscall implementation) and chose the correct syscall implementation with #ifdef SYS_ACCEPT4 Or is there arch which supports both syscall variants? Kind regards, Petr