mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
31e746c937
- Add sched_rr_get_interval() - Add `unbuffer` command example - Add more locale function stubs - Vendor most of remaining libcxx content
6 lines
176 B
C
6 lines
176 B
C
#ifndef LIBC_ISYSTEM_SCHED_H_
|
|
#define LIBC_ISYSTEM_SCHED_H_
|
|
#include "libc/calls/calls.h"
|
|
#include "libc/calls/struct/sched_param.h"
|
|
#include "libc/sysv/consts/sched.h"
|
|
#endif
|