1
0
Fork 0
golang-modernc-libc/include/linux/ppc64le/sys/user.h
Daniel Baumann 32b8eb3fd7
Adding upstream version 1.65.7.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-19 21:29:57 +02:00

16 lines
200 B
C

#ifndef _SYS_USER_H
#define _SYS_USER_H
#ifdef __cplusplus
extern "C" {
#endif
#include <limits.h>
#include <stdint.h>
#include <unistd.h>
#include <bits/user.h>
#ifdef __cplusplus
}
#endif
#endif