os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/compat/dirent.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/compat/dirent.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +/*
     1.5 + * dirent.h --
     1.6 + *
     1.7 + *	This file is a replacement for <dirent.h> in systems that
     1.8 + *	support the old BSD-style <sys/dir.h> with a "struct direct".
     1.9 + *
    1.10 + * Copyright (c) 1991 The Regents of the University of California.
    1.11 + * Copyright (c) 1994 Sun Microsystems, Inc.
    1.12 + *
    1.13 + * See the file "license.terms" for information on usage and redistribution
    1.14 + * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1.15 + *
    1.16 + * RCS: @(#) $Id: dirent.h,v 1.2 1998/09/14 18:39:44 stanton Exp $
    1.17 + */
    1.18 +
    1.19 +#ifndef _DIRENT
    1.20 +#define _DIRENT
    1.21 +
    1.22 +#include <sys/dir.h>
    1.23 +
    1.24 +#define dirent direct
    1.25 +
    1.26 +#endif /* _DIRENT */