1
0
mirror of https://github.com/fluencelabs/musl synced 2025-05-28 23:21:34 +00:00

16 lines
180 B
C
Raw Normal View History

2011-02-12 00:22:29 -05:00
#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