]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/getclktck.c
iconv, localedef: avoid floating point rounding differences [BZ #24372]
[thirdparty/glibc.git] / misc / getclktck.c
index 8975ea5726150544da524c7e6b5b050e458cea63..afa233a45c012673c872d79a399a8a2be016072d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2000-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
@@ -19,7 +19,7 @@
 
 /* Return frequency of times().  */
 int
-__getclktck ()
+__getclktck (void)
 {
 #ifdef CLK_TCK
   return CLK_TCK;