* sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Don't
[glibc.git] / sysdeps / generic / bp-thunks.h
blobfa5b71fe0e8642565f31ecdb280b9b82c5e7f5fd
1 /* Bounded-pointer syscall thunk support.
2 Copyright (C) 2000 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, write to the Free
18 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19 02111-1307 USA. */
21 #ifndef _bpthunks_h_
22 #define _bpthunks_h_
24 /* This header is included by the syscall BP thunks defined in
25 sysd-syscalls, as created by sysdeps/unix/make-syscalls.sh. It
26 includes all headers that contain prototype declarations for system
27 call functions. */
29 #include <libc-symbols.h>
30 #include <bp-sym.h>
31 #include <bp-checks.h>
33 /* Get `struct timeval' definition for select. */
34 #define __need_timeval
35 #include <bits/time.h>
37 #include <stddef.h>
38 #include <unistd.h>
39 #include <sched.h>
40 #include <signal.h>
41 #include <fcntl.h>
42 #include <time.h>
43 #include <utime.h>
44 #include <stdio.h>
46 #include <sys/types.h>
47 #include <sys/ioctl.h>
48 #include <sys/klog.h>
49 #include <sys/mman.h>
50 #include <sys/mount.h>
51 #include <sys/quota.h>
52 #include <sys/resource.h>
53 #include <sys/select.h>
54 #include <sys/sendfile.h>
55 #include <sys/socket.h>
56 #include <sys/stat.h>
57 #include <sys/statfs.h>
58 #include <sys/swap.h>
59 #include <sys/sysinfo.h>
60 #include <sys/time.h>
61 #include <sys/times.h>
62 #include <sys/timex.h>
63 #include <sys/utsname.h>
64 #include <sys/vm86.h>
65 #include <sys/wait.h>
67 #endif /* _bpthunks_h_ */