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