Files
RedBear-OS/include
oddcoder f4d95ce43f Add sys/select.h to sys/types.h
This was triggered by gcc for some reason It included sys/types.h and
assumed sys/select.h to be there. And that seams to be the case in musl.

The problem with relibc here is that sys/types.h is are part of relibc
"include/*.h" files, while sys/select.h is generated by cbindgen. That
makes it impossible to #include select.h in types.h epsecially that
there are files like fcntl.c that uses types.h. They would complain
about missing headers. I fixed this by renaming sys/types.h to
sys/types_internal.h and then generating types.h using cbindgen as well
except for that. however fcntl and dlmalloc can include types_internal
instead of types.h
2020-06-14 22:00:16 +02:00
..
2019-01-01 07:35:13 -07:00
2019-01-15 20:49:15 -07:00
2020-06-14 22:00:16 +02:00
2018-11-23 21:31:09 +01:00
2018-12-14 12:50:23 -07:00
2018-10-28 13:24:34 +01:00
2018-10-28 13:24:34 +01:00
2018-12-09 14:43:23 -07:00
2018-07-27 18:27:51 +02:00
2020-06-14 22:00:10 +02:00
2018-07-01 20:59:37 +02:00