mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-19 19:54:16 +03:00
16 lines
180 B
C
16 lines
180 B
C
![]() |
#ifndef _SYS_USER_H
|
||
|
#define _SYS_USER_H
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#include <limits.h>
|
||
|
#include <unistd.h>
|
||
|
|
||
|
#include <bits/user.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|