mirror of
git://git.musl-libc.org/musl
synced 2024-12-16 03:35:06 +00:00
10 lines
112 B
C
10 lines
112 B
C
#ifndef _SYS_USER_H
|
|
#define _SYS_USER_H
|
|
|
|
#include <limits.h>
|
|
#include <unistd.h>
|
|
|
|
#include <bits/reg.h>
|
|
|
|
#endif
|