source:
patches/linux-libc-headers-2.6.12.0-mips_atomic_fix-1.patch@
50a4c58
Last change on this file since 50a4c58 was 69cde8d, checked in by , 19 years ago | |
---|---|
|
|
File size: 750 bytes |
-
linux-libc-headers-2.6.12.0
Submitted By: Jim Gifford (patches at jg555 dot com) Date: 2005-10-01 Initial Package Version: 2.6.12.0 Origin: Jim Gifford Upstream Status: Sent Description: Fixes Compile Issue with Sysklogd diff -Naur linux-libc-headers-2.6.12.0.orig/include/asm-mips/atomic.h linux-libc-headers-2.6.12.0/include/asm-mips/atomic.h
old new 18 18 typedef struct { volatile int counter; } atomic_t; 19 19 20 20 #ifdef __mips64 21 typedef struct { volatile __s64counter; } atomic64_t;21 typedef struct { volatile long counter; } atomic64_t; 22 22 #endif 23 23 24 24 #endif /* _ASM_ATOMIC_H */
Note:
See TracBrowser
for help on using the repository browser.