From f8cac037eea3e928b0d5e0c17990b6996159eec8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 10 May 1996 22:55:26 +0000 Subject: Fri May 10 18:36:14 1996 Roland McGrath * FAQ: New file contributed by drepper. * time/Makefile (headers): Add timebits.h. * sysdeps/unix/sysv/linux/timebits.h: New file. * sysdeps/stub/timebits.h: New file. * time/time.h (CLK_TCK): Define to CLOCKS_PER_SEC. (CLOCKS_PER_SEC): Remove this macro. Instead #include . --- sysdeps/unix/sysv/linux/timebits.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sysdeps/unix/sysv/linux/timebits.h (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/sysv/linux/timebits.h b/sysdeps/unix/sysv/linux/timebits.h new file mode 100644 index 0000000000..b5eaec91b0 --- /dev/null +++ b/sysdeps/unix/sysv/linux/timebits.h @@ -0,0 +1,26 @@ +/* System-dependent timing definitions. Linux version. +Copyright (C) 1996 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 +modify it under the terms of the GNU Library General Public License as +published by the Free Software Foundation; either version 2 of the +License, or (at your option) any later version. + +The GNU C Library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Library General Public License for more details. + +You should have received a copy of the GNU Library General Public +License along with the GNU C Library; see the file COPYING.LIB. If +not, write to the Free Software Foundation, Inc., 675 Mass Ave, +Cambridge, MA 02139, USA. */ + +#ifndef _TIMEBITS_H +#define _TIMEBITS_H 1 + +#include +#define CLOCKS_PER_SEC HZ /* XXX names not kosher */ + +#endif /* timebits.h */ -- cgit v1.2.3