From: Richard Henderson Date: Mon, 26 Jan 1998 22:52:51 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the X-Git-Tag: glibc-2.16-ports-before-merge~3329 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=651f8ea8fc0638956e444795eb6d8612e1910aed;p=thirdparty%2Fglibc.git * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the unimplemented OSF/1 definitions so that they are not accidentally seen. --- diff --git a/sysdeps/unix/sysv/linux/alpha/bits/mman.h b/sysdeps/unix/sysv/linux/alpha/bits/mman.h index 081a00441e4..1411c85831a 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/mman.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/mman.h @@ -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