mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 22:21:21 +00:00
[CVE-2009-0029] System call wrappers part 07
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
parent
5add95d4f7
commit
754fe8d297
6 changed files with 14 additions and 14 deletions
|
@ -1789,7 +1789,7 @@ out_put:
|
|||
* Shutdown a socket.
|
||||
*/
|
||||
|
||||
asmlinkage long sys_shutdown(int fd, int how)
|
||||
SYSCALL_DEFINE2(shutdown, int, fd, int, how)
|
||||
{
|
||||
int err, fput_needed;
|
||||
struct socket *sock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue