stdio: rename getc to getchar
The function we have implemented as getc has the semantics of the
standard function getchar, so rename it accorgingly.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 70bbeea commit 01f8f60cf06e180b2b5eb96ceb162473c0cb196a
@Sascha Hauer Sascha Hauer authored on 14 Apr 2016
Showing 12 changed files
View
arch/arm/mach-at91/bootstrap.c
View
commands/edit.c
View
commands/loads.c
View
commands/mmc_extcsd.c
View
common/console.c
View
common/console_countdown.c
View
common/console_simple.c
View
common/password.c
View
drivers/mtd/nand/nand_imx_bbm.c
View
include/stdio.h
View
lib/readkey.c
View
lib/readline_simple.c