]> sourceware.org Git - glibc.git/commit
misc: Use __ferror_unlocked instead of ferror
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 23 Dec 2020 01:33:42 +0000 (07:03 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 23 Dec 2020 01:33:42 +0000 (07:03 +0530)
commitbe37b807053d7bd4b33b9d74dc97860fc58335d5
tree020484085c5dc368089356cebf3db9f91a6df3a9
parent0e981d352489535060be59b816af6e654fdcc1e2
misc: Use __ferror_unlocked instead of ferror

The ferror results in an unnecessary PLT reference.  Use
__ferror_unlocked instead , which gets inlined.
misc/mntent_r.c
This page took 0.047899 seconds and 5 git commands to generate.