VirtualBox

Changeset 33426 in vbox for trunk/include


Ignore:
Timestamp:
Oct 25, 2010 2:32:38 PM (14 years ago)
Author:
vboxsync
Message:

iprt/symlink.h: Initial code (only tested on linux).

Location:
trunk/include/iprt
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r33386 r33426  
    430430#define VERR_NOT_IMPLEMENTED                (-12)
    431431
     432/** The specified path does not point at a symbolic link. */
     433#define VERR_NOT_SYMLINK                    (-19)
    432434/** Failed to allocate temporary memory. */
    433435#define VERR_NO_TMP_MEMORY                  (-20)
  • trunk/include/iprt/log.h

    r32355 r33426  
    5959    RTLOGGROUP_PATH,
    6060    RTLOGGROUP_PROCESS,
     61    RTLOGGROUP_SYMLINK,
    6162    RTLOGGROUP_THREAD,
    6263    RTLOGGROUP_TIME,
     
    8788    "RT_PATH",      \
    8889    "RT_PROCESS",   \
     90    "RT_SYMLINK",   \
    8991    "RT_THREAD",    \
    9092    "RT_TIME",      \
    9193    "RT_TIMER",     \
    92     "RT_10", \
    9394    "RT_11", \
    9495    "RT_12", \
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