glibc/bits
H.J. Lu 57ada0e7e7 Define CLOCKS_PER_SEC type to the type clock_t
C99 specifies that CLOCKS_PER_SEC is an expression with the type clock_t.
This patch adds a generic <bits/time2.h> to define CLOCKS_PER_SEC and
provides the Linux/x86-64 version of <bits/time2.h> to support x32.

	[BZ #17797]
	* bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
	* sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
	* sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
	CLOCKS_PER_SEC == 1000000.
	* time/clocktest.c (main): Replace %ld with %jd and cast to
	intmax_t.
2015-01-06 04:59:13 -08:00
..
atomic.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
byteswap-16.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
byteswap.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
confname.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
dirent.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
dlfcn.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
elfclass.h Update. 1999-07-27 05:53:25 +00:00
endian.h Update. 1997-11-26 04:23:08 +00:00
environments.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
errno.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fcntl.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fenv.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fenvinline.h Update. 1999-11-11 01:05:26 +00:00
huge_val.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
huge_valf.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
huge_vall.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
in.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
inf.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ioctl-types.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ioctls.h Update. 1997-11-26 04:23:08 +00:00
ipc.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ipctypes.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
libc-lock.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
libc-tsd.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
link.h * csu/elf-init.c (__libc_csu_fini): Don't do anything here. 2005-01-06 22:40:27 +00:00
linkmap.h * csu/elf-init.c (__libc_csu_fini): Don't do anything here. 2005-01-06 22:40:27 +00:00
local_lim.h Update. 1997-10-15 05:34:02 +00:00
mathdef.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
mathinline.h * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. 2007-03-17 17:04:28 +00:00
mman-linux.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
mman.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
mqueue.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
msq.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
nan.h Update. 1997-10-15 05:34:02 +00:00
netdb.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
param.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
poll.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
posix_opt.h Update. 1997-10-15 05:34:02 +00:00
pthreadtypes.h 2002-11-10 Roland McGrath <roland@redhat.com> 2002-11-10 23:22:35 +00:00
resource.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sched.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
select.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sem.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
setjmp.h Update. 1997-11-26 04:23:08 +00:00
shm.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sigaction.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sigcontext.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
siginfo.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
signum.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sigset.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sigstack.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sigthread.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sockaddr.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
socket.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
stat.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
statfs.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
statvfs.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
stdio-lock.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
stdlib-bsearch.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
string.h Define _STRING_ARCH_unaligned unconditionally 2014-04-09 15:05:36 -05:00
stropts.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sys_errlist.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
syslog-path.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
termios.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
time.h Define CLOCKS_PER_SEC type to the type clock_t 2015-01-06 04:59:13 -08:00
types.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
typesizes.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
uio.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ustat.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
utmp.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
utsname.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
waitflags.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
waitstatus.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
wchar.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
wordsize.h Update. 1999-05-19 15:35:26 +00:00
xtitypes.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00