ntdll: wrap getdirentries around getdents on NetBSD

Ken Thomases ken at codeweavers.com
Mon Sep 7 14:40:19 CDT 2015


On Sep 7, 2015, at 2:40 AM, Austin English <austinenglish at gmail.com> wrote:

> For https://bugs.winehq.org/show_bug.cgi?id=18166

getdirentries() is only used if USE_GETDENTS is not defined.  USE_GETDENTS is defined at the top of the file in the #ifdef linux block that your patch is right after.

So, why not just #define USE_GETDENTS for NetBSD, too?  No need for a wrapper.

-Ken




More information about the wine-devel mailing list