Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Dubner
OpenLDAP
Commits
e4f8c104
Commit
e4f8c104
authored
Nov 22, 2019
by
Quanah Gibson-Mount
Browse files
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
parents
0ee21a48
8bf3fdcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
e4f8c104
...
...
@@ -4010,7 +4010,7 @@ mdb_env_map(MDB_env *env, void *addr)
if
(
rc
)
return
rc
;
#else
int
mmap_flags
=
MAP_SHARED
:
int
mmap_flags
=
MAP_SHARED
;
int
prot
=
PROT_READ
;
#ifdef MAP_NOSYNC
/* Used on FreeBSD */
if
(
flags
&
MDB_NOSYNC
)
...
...
Write
Preview
Supports
Markdown
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