diff options
Diffstat (limited to 'libio/ioputs.c')
-rw-r--r-- | libio/ioputs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libio/ioputs.c b/libio/ioputs.c index 39b4bb7218..c05e40e482 100644 --- a/libio/ioputs.c +++ b/libio/ioputs.c @@ -29,8 +29,7 @@ #include <limits.h> int -_IO_puts (str) - const char *str; +_IO_puts (const char *str) { int result = EOF; _IO_size_t len = strlen (str); |