Skip to content

Commit

Permalink
x86_64: Declare new_utsname in asm-x86/syscalls.h
Browse files Browse the repository at this point in the history
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
  • Loading branch information
Jaswinder Singh committed Jul 25, 2008
1 parent 71e3b81 commit 461d159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-x86/syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* This file is released under the GPLv2.
* See the file COPYING for more details.
*
*/

#ifndef _ASM_X86_SYSCALLS_H
Expand Down Expand Up @@ -87,6 +86,7 @@ asmlinkage long sys_rt_sigreturn(struct pt_regs *);
/* kernel/sys_x86_64.c */
asmlinkage long sys_mmap(unsigned long, unsigned long, unsigned long,
unsigned long, unsigned long, unsigned long);
struct new_utsname;
asmlinkage long sys_uname(struct new_utsname __user *);

#endif /* CONFIG_X86_32 */
Expand Down

0 comments on commit 461d159

Please sign in to comment.