glibc:fw/syscall-cleanups

Last commit made on 2020-02-09
Get this branch:
git clone -b fw/syscall-cleanups https://git.launchpad.net/glibc

Branch merges

Branch information

Name:
fw/syscall-cleanups
Repository:
lp:glibc

Recent commits

69168c5... by Florian Weimer

microblaze: vfork syscall number is always available

Due to the built-in tables, __NR_vfork is always defined, so the
fork-based fallback code is never used.

(It appears that the vfork system call was wired up when the port was
contributed to the kernel.)

1967bfd... by Florian Weimer

m68k: getpagesize syscall number is always available

Due to the built-in tables, __NR_getpagesize is always defined.

196d8d5... by Florian Weimer

Linux: epoll_pwait syscall number is always available

Due to the built-in tables, __NR_epoll_pwait is always defined.

fe7f3fe... by Florian Weimer

x86_64: Do not define __NR_semtimedop in <sysdep.h>

The definition is always available from the built-in system call table.

c93a787... by Florian Weimer

ia64: Do not define __NR_semtimedop in <sysdep.h>

The definition is always available from the built-in system call table.

81d3361... by Florian Weimer

Linux: open_by_handle_at syscall number is always available

Due to the built-in tables, __NR_open_by_handle_at is always defined.

d767ca4... by Florian Weimer

Linux: set_robust_list syscall number is always available

Due to the built-in tables, __NR_set_robust_list is always defined
(although it may not be available at run time).

e0b2519... by Florian Weimer

Linux: pciconfig_iobase syscall number is always available on alpha

Due to the built-in tables, __NR_pciconfig_iobase is always defined.

f9a7782... by Florian Weimer

Linux: getdents64 syscall number is always available on MIPS

Due to the built-in tables, __NR_getdents64 is always defined,
although it may not be supported at run time.

59eee32... by Florian Weimer

Linux: exit_group syscall number is always available

Due to the built-in tables, __NR_exit_group is always defined.