Search
lxdream.org :: lxdream/test/include/sys/dirent.h
lxdream 0.9.1
released Jun 29
Download Now
filename test/include/sys/dirent.h
changeset 185:6755a04c447f
author nkeynes
date Fri Feb 08 00:06:56 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix LDS/STS to FPUL/FPSCR to check the FPU disabled bit. Fixes
the linux 2.4.0-test8 kernel boot
(this wasn't exactly very well documented in the original manual)
view annotate diff log raw
     1 /* <dirent.h> includes <sys/dirent.h>, which is this file.  On a
     2    system which supports <dirent.h>, this file is overridden by
     3    dirent.h in the libc/sys/.../sys directory.  On a system which does
     4    not support <dirent.h>, we will get this file which tries to find
     5    any other <dirent.h> which may be lurking around.  If there isn't
     6    one, the user will get an error indicating that there is no
     7    <dirent.h>.  */
     9 #ifdef __cplusplus
    10 extern "C" {
    11 #endif
    12 #include_next <dirent.h>
    13 #ifdef __cplusplus
    14 }
    15 #endif
.