]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the unimplemented OSF/1 definit...
authorRichard Henderson <rth@redhat.com>
Mon, 26 Jan 1998 22:52:51 +0000 (22:52 +0000)
committerRichard Henderson <rth@redhat.com>
Mon, 26 Jan 1998 22:52:51 +0000 (22:52 +0000)
* sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
unimplemented OSF/1 definitions so that they are not accidentally seen.

ChangeLog
sysdeps/unix/sysv/linux/alpha/bits/mman.h

index d4c94003eb341d760798ad72a9080cd21f83a575..79e01b099cf169385687606984c11bac79fe9031 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1998-01-26  Richard Henderson  <rth@cygnus.com>
 
+       * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
+       unimplemented OSF/1 definitions so that they are not accidentally seen.
+
        * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
        of the trampoline function into the macro.
        * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
index 081a00441e468d0efbe96dd27b002dcbe7eb22fc..1411c85831a96a604e6504adc4a3797d4e357fbd 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for POSIX memory map interface.  Linux/Alpha version.
-   Copyright (C) 1997 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -50,9 +50,9 @@
 # define MAP_ANON        MAP_ANONYMOUS
 #endif
 
-/* Not used by Linux, but here to make sure we don't clash with OSF/1
-   defines.  */
-#ifdef __USE_BSD
+/* Not used by Linux, but here to make sure we don't clash with
+   OSF/1 defines.  */
+#if 0 && defined(__USE_BSD)
 # define MAP_HASSEMAPHORE 0x0200
 # define MAP_INHERIT     0x0400
 # define MAP_UNALIGNED   0x0800
This page took 0.049845 seconds and 5 git commands to generate.