mirror of
git://git.musl-libc.org/musl
synced 2024-12-16 19:55:38 +00: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
|