diff options
Diffstat (limited to 'libgloss/rs6000/sim-inbyte.c')
-rw-r--r-- | libgloss/rs6000/sim-inbyte.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/rs6000/sim-inbyte.c b/libgloss/rs6000/sim-inbyte.c index 787b689..fe1ac2a 100644 --- a/libgloss/rs6000/sim-inbyte.c +++ b/libgloss/rs6000/sim-inbyte.c @@ -13,6 +13,7 @@ * the new terms are clearly indicated on the first page of each file where * they apply. */ +extern int read(int fd, void *buf, unsigned int count); int inbyte () |