VirtualBox

Changeset 70892 in vbox


Ignore:
Timestamp:
Feb 7, 2018 2:08:47 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120718
Message:

IPRT: dir.c,dir-posix.cpp,direnum-nt.cpp: Implemented RTDIR_F_NO_FOLLOW on posix, adjusted NT implementation and documented the VERR_IS_A_SYMLINK return code for the relevant APIs. [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp

    r70890 r70892  
    278278            else
    279279            {
    280                 pfnFdOpenDir = (PFNFDOPENDIR)dlsym(RTLD_DEFAULT, "fdopendir");
     280                pfnFdOpenDir = (PFNFDOPENDIR)(uintptr_t)dlsym(RTLD_DEFAULT, "fdopendir");
    281281                s_pfnFdOpenDir = pfnFdOpenDir;
    282282                ASMAtomicWriteBool(&s_fInitalized, true);
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