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)
file annotate diff log raw
nkeynes@185
     1
/* <dirent.h> includes <sys/dirent.h>, which is this file.  On a
nkeynes@185
     2
   system which supports <dirent.h>, this file is overridden by
nkeynes@185
     3
   dirent.h in the libc/sys/.../sys directory.  On a system which does
nkeynes@185
     4
   not support <dirent.h>, we will get this file which tries to find
nkeynes@185
     5
   any other <dirent.h> which may be lurking around.  If there isn't
nkeynes@185
     6
   one, the user will get an error indicating that there is no
nkeynes@185
     7
   <dirent.h>.  */
nkeynes@185
     8
nkeynes@185
     9
#ifdef __cplusplus
nkeynes@185
    10
extern "C" {
nkeynes@185
    11
#endif
nkeynes@185
    12
#include_next <dirent.h>
nkeynes@185
    13
#ifdef __cplusplus
nkeynes@185
    14
}
nkeynes@185
    15
#endif
.