OSDN Git Service

Add missing ctermid. Also add putc and getc (in case they get
authorEric Andersen <andersen@codepoet.org>
Wed, 21 Nov 2001 14:44:43 +0000 (14:44 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 21 Nov 2001 14:44:43 +0000 (14:44 -0000)
commit14f7d9c3fd3fe0898e7479684a3733975101c290
tree3ad99ff1a4119875268eb54e8640c357b23b7146
parent404978ea7c6f08fa302ea6318a1ea5db7705293d
Add missing ctermid.  Also add putc and getc (in case they get
undefined which is a valid thing to do)
 -Erik
libc/stdio/Makefile
libc/stdio/ctermid.c [new file with mode: 0644]
libc/stdio/stdio.c