1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../glibc/sysctl-x32.patch
5 # Copyright (C) 2016 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 We do not want to e.g. libiberty to fail, especially as it already
18 detects to nicely that sysctl is not present anyway, ...
22 --- glibc-2.22/sysdeps/unix/sysv/linux/x86/bits/sysctl.h.orig 2016-01-07 20:31:08.011863995 +0000
23 +++ glibc-2.22/sysdeps/unix/sysv/linux/x86/bits/sysctl.h 2016-01-07 20:31:17.331864170 +0000
25 <http://www.gnu.org/licenses/>. */
27 #if defined __x86_64__ && defined __ILP32__
28 -# error "sysctl system call is unsupported in x32 kernel"
29 +# warning "sysctl system call is unsupported in x32 kernel"