24ac9400c9cbb4a7a81a165c79e4e8f847149034
[musl] / include / sys / user.h
1 #ifndef _SYS_USER_H
2 #define _SYS_USER_H
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6
7 #include <limits.h>
8 #include <unistd.h>
9
10 #include <bits/user.h>
11
12 #ifdef __cplusplus
13 }
14 #endif
15 #endif