diff options
author | Roland McGrath <roland@gnu.org> | 2005-12-21 22:16:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-12-21 22:16:34 +0000 |
commit | 8f480b4bc2540b05c200617d68d3be465ccd2a7e (patch) | |
tree | c11c9b11bc5b6a9d083db63eba867e6b4066ea11 /mach | |
parent | e8ebf3f2dca6a7101448968be77aab9de16f131a (diff) | |
download | glibc-8f480b4bc2540b05c200617d68d3be465ccd2a7e.tar.gz glibc-8f480b4bc2540b05c200617d68d3be465ccd2a7e.tar.xz glibc-8f480b4bc2540b05c200617d68d3be465ccd2a7e.zip |
* elf/cache.c: Use <> rather than "" #includes.
* elf/chroot_canon.c: Likewise. * elf/dl-lookup.c: Likewise. * elf/ldconfig.c: Likewise. * elf/readlib.c: Likewise. * elf/rtld.c: Likewise. * gmon/mcount.c: Likewise. * hurd/hurdfault.c: Likewise. * hurd/hurdsig.c: Likewise. * hurd/report-wait.c: Likewise. * hurd/sigunwind.c: Likewise. * mach/setup-thread.c: Likewise. * rt/aio_read64.c: Likewise. * rt/aio_sigqueue.c: Likewise. * rt/aio_write64.c: Likewise. * soft-fp/soft-fp.h: Likewise. * stdio-common/tmpfile64.c: Likewise. * sysdeps/mach/hurd/fork.c: Likewise. * sysdeps/mach/hurd/hppa/trampoline.c: Likewise. * sysdeps/mach/hurd/i386/trampoline.c: Likewise. * sysdeps/mach/hurd/mips/trampoline.c: Likewise. * sysdeps/mach/hurd/powerpc/trampoline.c: Likewise. * sysdeps/posix/sprofil.c: Likewise. * sysdeps/pthread/aio_cancel.c: Likewise. * sysdeps/pthread/aio_fsync.c: Likewise. * sysdeps/pthread/aio_read64.c: Likewise. * sysdeps/pthread/aio_read.c: Likewise. * sysdeps/pthread/aio_suspend.c: Likewise. * sysdeps/pthread/aio_write64.c: Likewise. * sysdeps/pthread/aio_write.c: Likewise. * sysdeps/pthread/lio_listio64.c: Likewise. * sysdeps/pthread/lio_listio.c: Likewise. * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise. * sysdeps/unix/sysv/tcflow.c: Likewise.
Diffstat (limited to 'mach')
-rw-r--r-- | mach/setup-thread.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mach/setup-thread.c b/mach/setup-thread.c index 937e9ca593..d23b2ad638 100644 --- a/mach/setup-thread.c +++ b/mach/setup-thread.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,94,95,97,2002 Free Software Foundation, Inc. +/* Copyright (C) 1991,1994,1995,1997,2002,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 @@ -17,10 +17,10 @@ 02111-1307 USA. */ #include <mach.h> -#include "thread_state.h" +#include <thread_state.h> #include <string.h> #include <mach/machine/vm_param.h> -#include "sysdep.h" /* Defines stack direction. */ +#include <sysdep.h" /* Defines stack direction. *> #define STACK_SIZE (16 * 1024 * 1024) /* 16MB, arbitrary. */ |