lang-bootstrap/05/musl-0.6.0/include/sys/user.h

16 lines
180 B
C
Raw Permalink Normal View History

2022-02-20 13:18:21 -08: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