source: patches/glibc-20051107-remap_update-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: 982 bytes
  • glibc-20051017/sysdeps/unix/sysv/linux/alpha/bits/mman.h

    Submitted By: Jim Gifford (patches at jg555 dot com)
    Date: 2005-10-18
    Initial Package Version: 20051017 Snapshot
    Origin: Jim Gifford based on BZ 1458
    Upstream Status: Sent
    Description: Fixes MREMAP_FIXED error that can occur on the MIPS
    	     and ALPHA architectures using the current glibc snapshot.
     
    old new  
    8686/* Flags for `mremap'.  */
    8787#ifdef __USE_GNU
    8888# define MREMAP_MAYMOVE 1
     89# define MREMAP_FIXED   2
    8990#endif
    9091
    9192/* Advice to `madvise'.  */
  • glibc-20051017/sysdeps/unix/sysv/linux/mips/bits/mman.h

    old new  
    8989/* Flags for `mremap'.  */
    9090#ifdef __USE_GNU
    9191# define MREMAP_MAYMOVE 1
     92# define MREMAP_FIXED   2
    9293#endif
Note: See TracBrowser for help on using the repository browser.