VirtualBox

Ignore:
Timestamp:
Nov 6, 2023 2:08:07 PM (15 months ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_unixos.h

    r101810 r101870  
    356356extern PRInt32  _MD_accept_read(PRInt32 sock, PRInt32 *newSock,
    357357                                PRNetAddr **raddr, void *buf, PRInt32 amount);
    358 extern PRInt32  _PR_UnixSendFile(PRFileDesc *sd, PRSendFileData *sfd,
    359                         PRTransmitFileFlags flags, PRIntervalTime timeout);
    360 
    361 extern PRStatus _MD_LockFile(PRInt32 osfd);
    362 extern PRStatus _MD_TLockFile(PRInt32 osfd);
    363 extern PRStatus _MD_UnlockFile(PRInt32 osfd);
    364358
    365359#define _MD_OPEN_DIR(dir, name)             _MD_open_dir(dir, name)
     
    383377#define _MD_RMDIR(name)                         _MD_rmdir(name)
    384378#define _MD_ACCEPT_READ(sock, newSock, raddr, buf, amount)      _MD_accept_read(sock, newSock, raddr, buf, amount)
    385 
    386 #define _MD_LOCKFILE _MD_LockFile
    387 #define _MD_TLOCKFILE _MD_TLockFile
    388 #define _MD_UNLOCKFILE _MD_UnlockFile
    389 
    390379
    391380extern PRInt32          _MD_socket(int af, int type, int flags);
Note: See TracChangeset for help on using the changeset viewer.

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