]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/getchar_u.c
Remove __get_clockfreq
[thirdparty/glibc.git] / libio / getchar_u.c
index 9f22aa529963cb932f58219440c1df96b7128eb5..a933d9aad07f7bd6bbd46388090aa28a8a6972ca 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -30,7 +30,7 @@
 #undef getchar_unlocked
 
 int
-getchar_unlocked ()
+getchar_unlocked (void)
 {
-  return _IO_getc_unlocked (_IO_stdin);
+  return _IO_getc_unlocked (stdin);
 }