mirror of git://git.musl-libc.org/musl
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
|