mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-23 10:12:33 +03:00
The kernel actually verifies it, and a garbage value in the register causes improper system call failures. Fixes commitc1c0dea388
("Linux: Remove epoll_create, inotify_init from syscalls.list") and commitd1d23b1342
("Lninux: consolidate epoll_create implementation"). Reviewed-by: Carlos O'Donell <carlos@redhat.com>