mirror of
git://git.musl-libc.org/musl
synced 2025-01-01 12:02:04 +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
|