VirtualBox

Ignore:
Timestamp:
Jul 7, 2009 2:58:27 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49685
Message:

IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel (pain).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/string.cpp

    r19384 r21337  
    3434*******************************************************************************/
    3535#include <iprt/string.h>
     36#include "internal/iprt.h"
     37
    3638#include <iprt/alloc.h>
    3739#include <iprt/assert.h>
     
    5254        RTMemTmpFree(pszString);
    5355}
     56RT_EXPORT_SYMBOL(RTStrFree);
    5457
    5558
     
    6972    return psz;
    7073}
     74RT_EXPORT_SYMBOL(RTStrDup);
    7175
    7276
     
    9498    return VERR_NO_MEMORY;
    9599}
     100RT_EXPORT_SYMBOL(RTStrDupEx);
    96101
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