source:
patches/glibc-20051107-remap_update-1.patch@
8125418
Last change on this file since 8125418 was 69cde8d, checked in by , 19 years ago | |
---|---|
|
|
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 86 86 /* Flags for `mremap'. */ 87 87 #ifdef __USE_GNU 88 88 # define MREMAP_MAYMOVE 1 89 # define MREMAP_FIXED 2 89 90 #endif 90 91 91 92 /* Advice to `madvise'. */ -
glibc-20051017/sysdeps/unix/sysv/linux/mips/bits/mman.h
old new 89 89 /* Flags for `mremap'. */ 90 90 #ifdef __USE_GNU 91 91 # define MREMAP_MAYMOVE 1 92 # define MREMAP_FIXED 2 92 93 #endif
Note:
See TracBrowser
for help on using the repository browser.