mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
Added missing parentheses that I missed in the previous checkin.
This commit is contained in:
parent
011e0d997e
commit
bd8b9339af
@ -455,7 +455,7 @@ struct _MDFileMap {
|
||||
extern PRStatus _MD_CreateFileMap(struct PRFileMap *fmap, PRInt64 size);
|
||||
#define _MD_CREATE_FILE_MAP _MD_CreateFileMap
|
||||
|
||||
#define _MD_GET_MEM_MAP_ALIGNMENT PR_GetPageSize()
|
||||
#define _MD_GET_MEM_MAP_ALIGNMENT() PR_GetPageSize()
|
||||
|
||||
extern void * _MD_MemMap(struct PRFileMap *fmap, PRInt64 offset,
|
||||
PRUint32 len);
|
||||
|
Loading…
x
Reference in New Issue
Block a user