diff options
author | Michael Cree <mcree@orcon.net.nz> | 2012-08-19 14:40:56 +1200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-14 10:00:37 -0700 |
commit | 4f7da691cb3c32829632de6cd1f5f6bfa35e4f85 (patch) | |
tree | 56af023453f000ccd23889aa4d5effdd3da7dfe7 /samples/kfifo | |
parent | 3db5984ef1f9ca0f47be7751a26ce776eba20b1b (diff) | |
download | kernel_samsung_aries-4f7da691cb3c32829632de6cd1f5f6bfa35e4f85.zip kernel_samsung_aries-4f7da691cb3c32829632de6cd1f5f6bfa35e4f85.tar.gz kernel_samsung_aries-4f7da691cb3c32829632de6cd1f5f6bfa35e4f85.tar.bz2 |
alpha: Don't export SOCK_NONBLOCK to user space.
commit a2fa3ccd7b43665fe14cb562761a6c3d26a1d13f upstream.
Currently we export SOCK_NONBLOCK to user space but that conflicts with
the definition from glibc leading to compilation errors in user programs
(e.g. see Debian bug #658460).
The generic socket.h restricts the definition of SOCK_NONBLOCK to the
kernel, as does the MIPS specific socket.h, so let's do the same on
Alpha.
Signed-off-by: Michael Cree <mcree@orcon.net.nz>
Acked-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples/kfifo')
0 files changed, 0 insertions, 0 deletions