mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-31 09:21:19 +01:00
External code may assume that RIOT's `sched.h` header is the same as [POSIX's sched.h][1] header. This adds a slim wrapper to not have to patch external code (which in case of glibcxx will be difficult to do). [1]: https://pubs.opengroup.org/onlinepubs/009604299/basedefs/sched.h.html