From 4653df411da208e245013f5e9a5895683a75012c Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 27 Apr 2005 19:25:35 +0000 Subject: Updated to fedora-glibc-20050427T1912 --- nptl/ChangeLog | 5 +++++ nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'nptl') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 790ceb01d0..8aa9b30468 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2005-04-27 Jakub Jelinek + + * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Use <> instead + of "" includes. + 2005-04-27 Ulrich Drepper * tst-cancel17.c (do_test): Add arbitrary factor to make sure diff --git a/nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c b/nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c index 088b3392bc..82c2446d55 100644 --- a/nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c +++ b/nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c @@ -1,5 +1,5 @@ /* pthread_getcpuclockid -- Get POSIX clockid_t for a pthread_t. Linux version - Copyright (C) 2000,2001,2002,2003,2004 Free Software Foundation, Inc. + Copyright (C) 2000,2001,2002,2003,2004,2005 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 @@ -21,8 +21,8 @@ #include #include #include -#include "kernel-features.h" -#include "kernel-posix-cpu-timers.h" +#include +#include #if !(__ASSUME_POSIX_CPU_TIMERS > 0) -- cgit v1.2.3