Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/m68k/idp-inbyte.c')
-rw-r--r--libgloss/m68k/idp-inbyte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/m68k/idp-inbyte.c b/libgloss/m68k/idp-inbyte.c
index 41db57fc9..c9c403cad 100644
--- a/libgloss/m68k/idp-inbyte.c
+++ b/libgloss/m68k/idp-inbyte.c
@@ -32,7 +32,7 @@
* from channel A
*/
char
-_DEFUN_VOID (inbyte)
+inbyte (void)
{
while ((READREG (DUART_SRA) & 0x01) == 0x00)
;