LibC: fix DIR typedef for C code
This commit is contained in:
parent
7296846a81
commit
e517ff6b6d
|
@ -11,7 +11,7 @@ __BEGIN_DECLS
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
struct DIR;
|
struct DIR;
|
||||||
typedef DIR DIR;
|
typedef struct DIR DIR;
|
||||||
|
|
||||||
struct dirent
|
struct dirent
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue