summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fputs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/fputs.c')
-rw-r--r--lib/libc/stdio/fputs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdio/fputs.c b/lib/libc/stdio/fputs.c
index 650adcd..3b8f2c9 100644
--- a/lib/libc/stdio/fputs.c
+++ b/lib/libc/stdio/fputs.c
@@ -48,9 +48,7 @@ __FBSDID("$FreeBSD$");
* Write the given string to the given file.
*/
int
-fputs(s, fp)
- const char * __restrict s;
- FILE * __restrict fp;
+fputs(const char * __restrict s, FILE * __restrict fp)
{
int retval;
struct __suio uio;
OpenPOWER on IntegriCloud