Skip to content
Commit eeaa19f7 authored by Siddhesh Poyarekar's avatar Siddhesh Poyarekar
Browse files

mntent: Use __putc_unlocked instead of fputc_unlocked



__putc_unlocked is guaranteed to be inlined all the time as opposed to
fputc_unlocked, which does not get inlined when glibc is built with
-Os.

Reviewed-by: default avatarH.J. Lu <hjl.tools@gmail.com>
parent 2f056e8a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment