forked from Bananymous/banan-os
LibC: fix DIR typedef for C code
This commit is contained in:
@@ -11,7 +11,7 @@ __BEGIN_DECLS
|
||||
#include <sys/types.h>
|
||||
|
||||
struct DIR;
|
||||
typedef DIR DIR;
|
||||
typedef struct DIR DIR;
|
||||
|
||||
struct dirent
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user