aboutsummaryrefslogtreecommitdiff
path: root/debug/tst-read-chk-cancel.c
AgeCommit message (Collapse)Author
2022-06-22debug: make __read_chk a cancellation point (bug 29274)Andreas Schwab
The __read_chk function, as the implementation behind the fortified read function, must be a cancellation point, thus it cannot use INLINE_SYSCALL.