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
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
29 #include <libc-symbols.h>
31 #include <bp-checks.h>
33 /* Get `struct timeval' definition for select. */
34 #define __need_timeval
35 #include <bits/time.h>
46 #include <sys/types.h>
47 #include <sys/ioctl.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>
57 #include <sys/statfs.h>
59 #include <sys/sysinfo.h>
61 #include <sys/times.h>
62 #include <sys/timex.h>
63 #include <sys/utsname.h>
67 #endif /* _bpthunks_h_ */