Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
cfc7729e
Commit
cfc7729e
authored
Jan 18, 2003
by
Jamie Lokier
Committed by
David S. Miller
Jan 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC64]: Fix MAP_GROWSDOWN value, cannot be the same as MAP_LOCKED.
parent
9247ef29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/asm-sparc/mman.h
include/asm-sparc/mman.h
+1
-1
include/asm-sparc64/mman.h
include/asm-sparc64/mman.h
+1
-1
No files found.
include/asm-sparc/mman.h
View file @
cfc7729e
...
...
@@ -21,7 +21,7 @@
#define MAP_LOCKED 0x100
/* lock the mapping */
#define _MAP_NEW 0x80000000
/* Binary compatibility is fun... */
#define MAP_GROWSDOWN 0x0
1
00
/* stack-like segment */
#define MAP_GROWSDOWN 0x0
2
00
/* stack-like segment */
#define MAP_DENYWRITE 0x0800
/* ETXTBSY */
#define MAP_EXECUTABLE 0x1000
/* mark it as an executable */
...
...
include/asm-sparc64/mman.h
View file @
cfc7729e
...
...
@@ -21,7 +21,7 @@
#define MAP_LOCKED 0x100
/* lock the mapping */
#define _MAP_NEW 0x80000000
/* Binary compatibility is fun... */
#define MAP_GROWSDOWN 0x0
1
00
/* stack-like segment */
#define MAP_GROWSDOWN 0x0
2
00
/* stack-like segment */
#define MAP_DENYWRITE 0x0800
/* ETXTBSY */
#define MAP_EXECUTABLE 0x1000
/* mark it as an executable */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment