Sort sysdeps/powerpc/fpu/libm-test-ulps
[glibc.git] / sysdeps / generic / bp-thunks.h
blob1c9bba21c80387a5d0420d3fab34908b544103f8
1 /* Bounded-pointer syscall thunk support.
2 Copyright (C) 2000, 2003 Free Software Foundation, Inc.
3 This file is part of the GNU C Library.
4 Contributed by Greg McGary <greg@mcgary.org>
6 The GNU C Library is free software; you can redistribute it and/or
7 modify it under the terms of the GNU Lesser General Public
8 License as published by the Free Software Foundation; either
9 version 2.1 of the License, or (at your option) any later version.
11 The GNU C Library is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 Lesser General Public License for more details.
16 You should have received a copy of the GNU Lesser General Public
17 License along with the GNU C Library; if not, see
18 <http://www.gnu.org/licenses/>. */
20 #ifndef _bpthunks_h_
21 #define _bpthunks_h_
23 #ifndef __ASSEMBLER__
25 /* This header is included by the syscall BP thunks defined in
26 sysd-syscalls, as created by sysdeps/unix/make-syscalls.sh. It
27 includes all headers that contain prototype declarations for system
28 call functions. */
30 #include <libc-symbols.h>
31 #include <bp-sym.h>
32 #include <bp-checks.h>
34 /* Get `struct timeval' definition for select. */
35 #define __need_timeval
36 #include <bits/time.h>
38 #include <stddef.h>
39 #include <unistd.h>
40 #include <sched.h>
41 #include <signal.h>
42 #include <fcntl.h>
43 #include <time.h>
44 #include <utime.h>
45 #include <stdio.h>
47 #include <sys/types.h>
48 #include <sys/ioctl.h>
49 #include <sys/klog.h>
50 #include <sys/mman.h>
51 #include <sys/mount.h>
52 #include <sys/quota.h>
53 #include <sys/resource.h>
54 #include <sys/select.h>
55 #include <io/sys/sendfile.h>
56 #include <sys/socket.h>
57 #include <sys/stat.h>
58 #include <sys/statfs.h>
59 #include <sys/swap.h>
60 #include <sys/sysinfo.h>
61 #include <sys/time.h>
62 #include <sys/times.h>
63 #include <sys/timex.h>
64 #include <sys/utsname.h>
65 #include <sys/wait.h>
67 #endif /* Not __ASSEMBLER__. */
69 #endif /* _bpthunks_h_ */