mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
59707f16bd
- Mark getc() as inline, this has no effect on gcc but helps clang. - Move getc() body before xgetc() so gcc does not emit a warning about function having no body.