source: patches/glibc-20051107-remap_update-1.patch@ e94ed9a

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since e94ed9a was 69cde8d, checked in by Jim Gifford <clfs@…>, 19 years ago

Added: All patches needed for the book.

  • Property mode set to 100644
File size: 982 bytes
RevLine 
[69cde8d]1Submitted By: Jim Gifford (patches at jg555 dot com)
2Date: 2005-10-18
3Initial Package Version: 20051017 Snapshot
4Origin: Jim Gifford based on BZ 1458
5Upstream Status: Sent
6Description: Fixes MREMAP_FIXED error that can occur on the MIPS
7 and ALPHA architectures using the current glibc snapshot.
8
9--- glibc-20051017/sysdeps/unix/sysv/linux/alpha/bits/mman.h.orig 2005-10-18 07:07:00.000000000 +0000
10+++ glibc-20051017/sysdeps/unix/sysv/linux/alpha/bits/mman.h 2005-10-18 07:07:11.000000000 +0000
11@@ -86,6 +86,7 @@
12 /* Flags for `mremap'. */
13 #ifdef __USE_GNU
14 # define MREMAP_MAYMOVE 1
15+# define MREMAP_FIXED 2
16 #endif
17
18 /* Advice to `madvise'. */
19--- glibc-20051017/sysdeps/unix/sysv/linux/mips/bits/mman.h.orig 2005-10-18 06:59:19.000000000 +0000
20+++ glibc-20051017/sysdeps/unix/sysv/linux/mips/bits/mman.h 2005-10-18 06:59:51.000000000 +0000
21@@ -89,4 +89,5 @@
22 /* Flags for `mremap'. */
23 #ifdef __USE_GNU
24 # define MREMAP_MAYMOVE 1
25+# define MREMAP_FIXED 2
26 #endif
Note: See TracBrowser for help on using the repository browser.