VirtualBox

Ignore:
Timestamp:
Nov 21, 2023 11:52:23 AM (14 months ago)
Author:
vboxsync
Message:

libs/xpcom: Remove now unused prstdio.c, bugref:10545

Location:
trunk/src/libs/xpcom18a4/nsprpub/pr
Files:
1 deleted
1 edited

Legend:

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

    r102051 r102194  
    5656*/
    5757#include "prtypes.h"
    58 #include "prio.h"
    5958#include <stdio.h>
    6059#include <stdarg.h>
     
    6766#define PR_sprintf_append VBoxNsprPR_sprintf_append
    6867#define PR_sxprintf VBoxNsprPR_sxprintf
    69 #define PR_fprintf VBoxNsprPR_fprintf
    7068#define PR_vsmprintf VBoxNsprPR_vsmprintf
    7169#define PR_vsprintf_append VBoxNsprPR_vsprintf_append
    7270#define PR_vsxprintf VBoxNsprPR_vsxprintf
    73 #define PR_vfprintf VBoxNsprPR_vfprintf
    7471#endif /* VBOX_WITH_XPCOM_NAMESPACE_CLEANUP */
    7572
     
    116113
    117114/*
    118 ** fprintf to a PRFileDesc
    119 */
    120 NSPR_API(PRUint32) PR_fprintf(struct PRFileDesc* fd, const char *fmt, ...);
    121 
    122 /*
    123115** va_list forms of the above.
    124116*/
     
    127119NSPR_API(char*) PR_vsprintf_append(char *last, const char *fmt, va_list ap);
    128120NSPR_API(PRUint32) PR_vsxprintf(PRStuffFunc f, void *arg, const char *fmt, va_list ap);
    129 NSPR_API(PRUint32) PR_vfprintf(struct PRFileDesc* fd, const char *fmt, va_list ap);
    130121
    131122PR_END_EXTERN_C
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