Changeset 101948 in vbox for trunk/src/libs/xpcom18a4
- Timestamp:
- Nov 7, 2023 3:36:10 PM (15 months ago)
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r101945 r101948 490 490 nsprpub/pr/src/misc/prinit.c \ 491 491 nsprpub/pr/src/misc/prinrval.c \ 492 nsprpub/pr/src/misc/pripc.c \493 492 nsprpub/pr/src/misc/prlog2.c \ 494 493 nsprpub/pr/src/misc/prlong.c \ -
trunk/src/libs/xpcom18a4/nsprpub/pr/include/private/primpl.h
r101947 r101948 641 641 #define _PR_MD_UNLOCKFILE _MD_UNLOCKFILE 642 642 643 /* Interprocess communications (IPC) */644 645 /*646 * The maximum length of an NSPR IPC name, including the647 * terminating null byte.648 */649 #define PR_IPC_NAME_SIZE 1024650 651 /*652 * Types of NSPR IPC objects653 */654 typedef enum {655 _PRIPCSem, /* semaphores */656 _PRIPCShm /* shared memory segments */657 } _PRIPCType;658 659 /*660 * Make a native IPC name from an NSPR IPC name.661 */662 extern PRStatus _PR_MakeNativeIPCName(663 const char *name, /* NSPR IPC name */664 char *result, /* result buffer */665 PRIntn size, /* size of result buffer */666 _PRIPCType type /* type of IPC object */667 );668 669 643 /* Socket call error code */ 670 644
Note:
See TracChangeset
for help on using the changeset viewer.