mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the unimplemented OSF/1 definitions so that they are not accidentally seen.
* sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the unimplemented OSF/1 definitions so that they are not accidentally seen.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
1998-01-26 Richard Henderson <rth@cygnus.com>
|
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
|
* sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
|
||||||
of the trampoline function into the macro.
|
of the trampoline function into the macro.
|
||||||
* sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
|
* sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Definitions for POSIX memory map interface. Linux/Alpha version.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -50,9 +50,9 @@
|
|||||||
# define MAP_ANON MAP_ANONYMOUS
|
# define MAP_ANON MAP_ANONYMOUS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Not used by Linux, but here to make sure we don't clash with OSF/1
|
/* Not used by Linux, but here to make sure we don't clash with
|
||||||
defines. */
|
OSF/1 defines. */
|
||||||
#ifdef __USE_BSD
|
#if 0 && defined(__USE_BSD)
|
||||||
# define MAP_HASSEMAPHORE 0x0200
|
# define MAP_HASSEMAPHORE 0x0200
|
||||||
# define MAP_INHERIT 0x0400
|
# define MAP_INHERIT 0x0400
|
||||||
# define MAP_UNALIGNED 0x0800
|
# define MAP_UNALIGNED 0x0800
|
||||||
|
Reference in New Issue
Block a user