diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-04-27 16:51:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-04-27 16:51:52 +0000 |
commit | 45bc95b5816ccbe30d7dfbc8be1c64ed12590612 (patch) | |
tree | 4f38b8b9b07c079a0e4cf5377aac4f7d1438bc8d | |
parent | 5e2d8ac83c1b202ae52c069e0873230ee71b49d9 (diff) | |
download | glibc-45bc95b5816ccbe30d7dfbc8be1c64ed12590612.tar.gz glibc-45bc95b5816ccbe30d7dfbc8be1c64ed12590612.tar.xz glibc-45bc95b5816ccbe30d7dfbc8be1c64ed12590612.zip |
Use <> instead of "" includes.
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <pthreadP.h> #include <sys/time.h> #include <tls.h> -#include "kernel-features.h" -#include "kernel-posix-cpu-timers.h" +#include <kernel-features.h> +#include <kernel-posix-cpu-timers.h> #if !(__ASSUME_POSIX_CPU_TIMERS > 0) |