source:
patches/linux-2.6.6-x86_64-unistd_h-fix.patch@
12ba0a4
Last change on this file since 12ba0a4 was 617118d, checked in by , 19 years ago | |
---|---|
|
|
File size: 994 bytes |
-
include/asm-x86_64/unistd.h
Submitted by: Ryan Oliver <ryan.oliver@pha.com.au> Date: 2004-05-10 Initial Package Version: 2.6.4 Origin: http://www.x86-64.org/lists/discuss/msg04963.html Description: Fixes issues with glibc compilation for x86_64 due to changes made in asm-x86_64/unistd.h between kernel 2.6.3 and 2.6.4, for full description check the URL listed above. Patch here taken against linux-2.6.6
old new 731 731 732 732 #endif /* __KERNEL_SYSCALLS__ */ 733 733 734 #if ndef __ASSEMBLY__734 #if ((!defined __ASSEMBLY__) && (defined __KERNEL__)) 735 735 736 736 #include <linux/linkage.h> 737 737 #include <linux/compiler.h> … … 748 748 struct sigaction __user *oact, 749 749 size_t sigsetsize); 750 750 751 #endif /* __ASSEMBLY__*/751 #endif /* ((!defined __ASSEMBLY__) && (defined __KERNEL__) */ 752 752 753 753 #endif /* __NO_STUBS */ 754 754
Note:
See TracBrowser
for help on using the repository browser.