Sfoglia il codice sorgente

grab fix from glibc:
2005-11-18 Paul Brook <paul@codesourcery.com>

* sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add definition of
MREMAP_FIXED.

Mike Frysinger 18 anni fa
parent
commit
b155ef96df
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      libc/sysdeps/linux/m68k/bits/mman.h

+ 1 - 0
libc/sysdeps/linux/m68k/bits/mman.h

@@ -72,4 +72,5 @@
 /* Flags for `mremap'.  */
 #ifdef __USE_GNU
 # define MREMAP_MAYMOVE	1
+# define MREMAP_FIXED	2
 #endif