libc: Define NULL in stdio.h
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2023-04-16 22:00:41 +02:00
parent 949321932f
commit b2fe1f45ef
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -7,6 +7,9 @@
#include <stdarg.h> #include <stdarg.h>
#include <sys/types.h> #include <sys/types.h>
#define __need_NULL
#include <stddef.h>
typedef struct typedef struct
{ {
int _fd; int _fd;