mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-13 19:21:36 +03:00
__REDIRECT and __THROW are not compatible with C++ due to the ordering of the __asm__ alias and the throw specifier. __REDIRECT_NTH has to be used instead. Fixes commit8a40aff86b
("io: Add time64 alias for fcntl"), commit82c395d91e
("misc: Add time64 alias for ioctl"), commitb39ffab860
("Linux: Add time64 alias for prctl"). Reviewed-by: Carlos O'Donell <carlos@redhat.com>