diff options
Diffstat (limited to 'bits/mman.h')
-rw-r--r-- | bits/mman.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bits/mman.h b/bits/mman.h index af26ccd..31ce2e4 100644 --- a/bits/mman.h +++ b/bits/mman.h @@ -1,5 +1,5 @@ /* Definitions for BSD-style memory management. - Copyright (C) 1994-2024 Free Software Foundation, Inc. + Copyright (C) 1994-2025 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,7 +50,7 @@ /* Other flags. */ #define MAP_FIXED 0x0100 /* Map address must be exactly as requested. */ #define MAP_NOEXTEND 0x0200 /* For MAP_FILE, don't change file size. */ -#define MAP_HASSEMPHORE 0x0400 /* Region may contain semaphores. */ +#define MAP_HASSEMAPHORE 0x0400 /* Region may contain semaphores. */ #define MAP_INHERIT 0x0800 /* Region is retained after exec. */ /* Advice to `madvise'. */ |