From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Tue, 29 Sep 2020 13:12:25 +0200 Subject: [BUG] sandbox: './u-boot -l ' fails In-Reply-To: References: <6fbb0eda-94ff-b8de-4c63-f4a8336ed0ce@gmx.de> Message-ID: <173293.1601377945@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Heinrich, In message you wrote: > > As we always try to use the same definition in U-Boot as in glibc we > should really replace getc() by another symbol, e.g. chget() so that we > avoid confusion. We should not invent any new names when there are existing good alterntives. Why not use getchar()? Quote fgetc(3) man page: ... int getchar(void); ... getchar() is equivalent to getc(stdin). ... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de I saw Susie sitting in a shoe shine shop. Where she sits she shines, and where she shines she sits.