VirtualBox

Ignore:
Timestamp:
Nov 5, 2023 5:11:43 PM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159935
Message:

libs/xpcom: Cut down the PR_Process* API to the absolute minimum which is actually used, bugref:10545

File:
1 edited

Legend:

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

    r101813 r101839  
    623623/* Process control */
    624624
    625 extern PRProcess * _PR_MD_CREATE_PROCESS(
    626     const char *path,
    627     char *const *argv,
    628     char *const *envp,
    629     const PRProcessAttr *attr);
    630 #define    _PR_MD_CREATE_PROCESS _MD_CREATE_PROCESS
    631 
    632625#ifdef _MD_CREATE_PROCESS_DETACHED
    633626# define _PR_MD_CREATE_PROCESS_DETACHED _MD_CREATE_PROCESS_DETACHED
    634627#endif
    635 
    636 extern PRStatus _PR_MD_DETACH_PROCESS(PRProcess *process);
    637 #define    _PR_MD_DETACH_PROCESS _MD_DETACH_PROCESS
    638 
    639 extern PRStatus _PR_MD_WAIT_PROCESS(PRProcess *process, PRInt32 *exitCode);
    640 #define    _PR_MD_WAIT_PROCESS _MD_WAIT_PROCESS
    641 
    642 extern PRStatus _PR_MD_KILL_PROCESS(PRProcess *process);
    643 #define    _PR_MD_KILL_PROCESS _MD_KILL_PROCESS
    644628
    645629/* Current Time */
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