VirtualBox

Ignore:
Timestamp:
Nov 6, 2023 2:54:34 PM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159970
Message:

libs/xpcom: Remove unused code from nsprpub, bugref:10545

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/private/primpl.h

    r101870 r101874  
    466466};
    467467
    468 struct PRFileMap {
    469     PRFileDesc *fd;
    470     PRFileMapProtect prot;
    471     _MDFileMap md;
    472 };
    473 
    474468/************************************************************************/
    475469
     
    676670#define    _PR_MD_UNLOCKFILE _MD_UNLOCKFILE
    677671
    678 /* Memory-mapped files */
    679 
    680 extern PRStatus _PR_MD_CREATE_FILE_MAP(PRFileMap *fmap, PRInt64 size);
    681 #define _PR_MD_CREATE_FILE_MAP _MD_CREATE_FILE_MAP
    682 
    683 extern PRInt32 _PR_MD_GET_MEM_MAP_ALIGNMENT(void);
    684 #define _PR_MD_GET_MEM_MAP_ALIGNMENT _MD_GET_MEM_MAP_ALIGNMENT
    685 
    686 extern void * _PR_MD_MEM_MAP(
    687     PRFileMap *fmap,
    688     PROffset64 offset,
    689     PRUint32 len);
    690 #define _PR_MD_MEM_MAP _MD_MEM_MAP
    691 
    692 extern PRStatus _PR_MD_MEM_UNMAP(void *addr, PRUint32 size);
    693 #define _PR_MD_MEM_UNMAP _MD_MEM_UNMAP
    694 
    695 extern PRStatus _PR_MD_CLOSE_FILE_MAP(PRFileMap *fmap);
    696 #define _PR_MD_CLOSE_FILE_MAP _MD_CLOSE_FILE_MAP
    697 
    698 
    699672/* Interprocess communications (IPC) */
    700673
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette