diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2017-12-03 21:00:43 -0600 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2018-01-17 11:47:19 -0600 |
commit | fff27f84298c8ae64879e143b068c3b2e6a11ba4 (patch) | |
tree | ea8c19d26a3d39f1ccafc98098d45fae1897ec4c /libgloss/read.c | |
parent | 670b01da7f04f785df5bed9cd8e22076aa6166d5 (diff) | |
download | newlib-fff27f84298c8ae64879e143b068c3b2e6a11ba4.zip newlib-fff27f84298c8ae64879e143b068c3b2e6a11ba4.tar.gz newlib-fff27f84298c8ae64879e143b068c3b2e6a11ba4.tar.bz2 |
ansification: remove _DEFUN_VOID
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'libgloss/read.c')
-rw-r--r-- | libgloss/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/read.c b/libgloss/read.c index 2e5e0c7..507c980 100644 --- a/libgloss/read.c +++ b/libgloss/read.c @@ -14,7 +14,7 @@ */ #include "glue.h" -extern char _DEFUN_VOID (inbyte); +extern char inbyte (void); /* * read -- read bytes from the serial port. Ignore fd, since |