Index: nspr/pr/include/md/_unixos.h |
=================================================================== |
--- nspr/pr/include/md/_unixos.h (revision 251855) |
+++ nspr/pr/include/md/_unixos.h (working copy) |
@@ -493,6 +493,12 @@ |
extern PRStatus _MD_CloseFileMap(struct PRFileMap *fmap); |
#define _MD_CLOSE_FILE_MAP _MD_CloseFileMap |
+extern PRStatus _MD_SyncMemMap( |
+ PRFileDesc *fd, |
+ void *addr, |
+ PRUint32 len); |
+#define _MD_SYNC_MEM_MAP _MD_SyncMemMap |
+ |
/* |
* The standard (XPG4) gettimeofday() (from BSD) takes two arguments. |
* On some SVR4 derivatives, gettimeofday() takes only one argument. |