File:  [DVB] / dietlibc / syscalls.s / getdents64.S
Revision 1.3: download - view: text, annotated - select for diffs
Fri Nov 8 17:07:09 2002 UTC (21 years, 6 months ago) by fefe
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND, HEAD
  the getdents64 emulation was broken and repairing it opened a can of
    worms.  So I ripped it out.  I also changed the readdir64 emulation
    to work if there is no getdents64.

#include "dietfeatures.h"
#include "syscalls.h"

#ifdef __NR_getdents64
syscall(getdents64,getdents64)
#endif

LinuxTV legacy CVS <linuxtv.org/cvs>