VirtualBox

Changeset 96070 in vbox for trunk/include/iprt/nocrt


Ignore:
Timestamp:
Aug 5, 2022 11:08:39 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152869
Message:

IPRT/nocrt: atexit, fstat, isatty, read, unlink, rand, qsort and qsort_r. bugref:10261

Location:
trunk/include/iprt/nocrt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nocrt/stdlib.h

    r96017 r96070  
    4444typedef FNRTNOCRTATEXITCALLBACK *PFNRTNOCRTATEXITCALLBACK;
    4545#if defined(_MSC_VER) && defined(RT_WITHOUT_NOCRT_WRAPPERS) /* Clashes with compiler internal prototype or smth. */
    46 int          rtnocrt_atexit(PFNRTNOCRTATEXITCALLBACK) RT_NOEXCEPT;
    47 # define     atexit rtnocrt_atexit
     46int          nocrt_atexit(PFNRTNOCRTATEXITCALLBACK) RT_NOEXCEPT;
     47# define     atexit nocrt_atexit
    4848#else
    4949int          RT_NOCRT(atexit)(PFNRTNOCRTATEXITCALLBACK) RT_NOEXCEPT;
  • trunk/include/iprt/nocrt/unistd.h

    r96018 r96070  
    3232#include <iprt/nocrt/sys/types.h>
    3333
     34#ifdef IPRT_NO_CRT_FOR_3RD_PARTY
    3435
    35 #ifdef IPRT_NO_CRT_FOR_3RD_PARTY
     36RT_C_DECLS_BEGIN
    3637
    3738int             RT_NOCRT(access)(const char *, int) RT_NOEXCEPT;
     
    8182# endif
    8283
     84RT_C_DECLS_END
     85
    8386#endif /* IPRT_NO_CRT_FOR_3RD_PARTY */
    8487
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