Changeset 101870 in vbox for trunk/src/libs/xpcom18a4/nsprpub/pr/include/md
- Timestamp:
- Nov 6, 2023 2:08:07 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_unixos.h
r101810 r101870 356 356 extern PRInt32 _MD_accept_read(PRInt32 sock, PRInt32 *newSock, 357 357 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);364 358 365 359 #define _MD_OPEN_DIR(dir, name) _MD_open_dir(dir, name) … … 383 377 #define _MD_RMDIR(name) _MD_rmdir(name) 384 378 #define _MD_ACCEPT_READ(sock, newSock, raddr, buf, amount) _MD_accept_read(sock, newSock, raddr, buf, amount) 385 386 #define _MD_LOCKFILE _MD_LockFile387 #define _MD_TLOCKFILE _MD_TLockFile388 #define _MD_UNLOCKFILE _MD_UnlockFile389 390 379 391 380 extern PRInt32 _MD_socket(int af, int type, int flags);
Note:
See TracChangeset
for help on using the changeset viewer.