Dash:
[t2-trunk.git] / architecture / sparc / package / glibc / sysctl-x32.patch
bloba94660dcfebc04805dc9ea9889d971709ef1c2cb
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../glibc/sysctl-x32.patch
5 # Copyright (C) 2016 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
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
14 # version.
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, ...
20 - Rene Rebe
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
24 @@ -16,5 +16,5 @@
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"
30 #endif