about summary refs log tree commit diff
path: root/nptl/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/version.c')
-rw-r--r--nptl/version.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/version.c b/nptl/version.c
index 0f12c6aa18..d0658bac0c 100644
--- a/nptl/version.c
+++ b/nptl/version.c
@@ -34,7 +34,8 @@ void
 __nptl_main (void)
 {
   INTERNAL_SYSCALL_DECL (err);
-  INTERNAL_SYSCALL (write, err, 3, STDOUT_FILENO, banner, sizeof banner - 1);
+  INTERNAL_SYSCALL (write, err, 3, STDOUT_FILENO, (const char *) banner,
+		    sizeof banner - 1);
 
   _exit (0);
 }