]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - time/clock.c
Fix mktime localtime offset confusion
[thirdparty/glibc.git] / time / clock.c
index e701b2e944ca0ec00422e24599f663d24be230a2..e5e896c5cb063d406a5c856a29f744815770b3ff 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2018 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
 
 /* Return the time used by the program so far (user time + system time).  */
 clock_t
-clock ()
+clock (void)
 {
   __set_errno (ENOSYS);
   return (clock_t) -1;
 }
 
 stub_warning (clock)
-#include <stub-tag.h>