On Wed, Sep 18, 2019 at 07:26:40PM +0000, Joseph Myers wrote: > This patch updates syscall-names.list for Linux 5.3, adding two new > syscalls. > > Tested with build-many-glibcs.py. > > 2019-09-18 Joseph Myers > > * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel > version to 5.3. > (clone3): New syscall. > (pidfd_open): Likewise. Yes, there are two new syscalls: pidfd_open and clone3. LGTM, thanks. -- ldv