diff options
Diffstat (limited to 'libc/include/sched.yaml')
-rw-r--r-- | libc/include/sched.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/include/sched.yaml b/libc/include/sched.yaml index 57871f5..f14799d 100644 --- a/libc/include/sched.yaml +++ b/libc/include/sched.yaml @@ -18,6 +18,13 @@ functions: arguments: - type: size_t - type: const cpu_set_t * + - name: getcpu + standards: + - POSIX + return_type: int + arguments: + - type: unsigned int * + - type: unsigned int * - name: sched_get_priority_max standards: - POSIX |