source: patches/linux-libc-headers-2.6.12.0-mips_atomic_fix-1.patch @ 69cde8d

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 69cde8d was 69cde8d, checked in by Jim Gifford <clfs@…>, 18 years ago

Added: All patches needed for the book.

  • Property mode set to 100644
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  
    1818typedef struct { volatile int counter; } atomic_t;
    1919
    2020#ifdef __mips64
    21 typedef struct { volatile __s64 counter; } atomic64_t;
     21typedef struct { volatile long counter; } atomic64_t;
    2222#endif
    2323
    2424#endif /* _ASM_ATOMIC_H */
Note: See TracBrowser for help on using the repository browser.