getdents
ssize_t getdents(int, char *, size_t);
__sym_compat(getdents, freebsd11_getdents, FBSD_1.0);
bufsz = getdents(fd, buf, blksz);
bufsz = getdents(fd, buf, blksz);
{ compat11(AS(freebsd11_getdents_args),getdents), .sy_auevent = AUE_O_GETDENTS, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 272 = freebsd11 getdents */
{ compat11(AS(freebsd11_getdents_args),getdents), .sy_auevent = AUE_O_GETDENTS, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 272 = freebsd11 getdents */
return getdents(fd, (char*)dirp, count);
if (getdents(fd, buf, sizeof(buf)) >= 0) {