LibC: fix DIR typedef for C code

This commit is contained in:
Bananymous 2023-06-02 17:26:38 +03:00
parent 4bf11ec349
commit 7738050105
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ __BEGIN_DECLS
#include <sys/types.h>
struct DIR;
typedef DIR DIR;
typedef struct DIR DIR;
struct dirent
{