GNU Linux-libre 4.9.337-gnu1
[releases.git] / arch / arm64 / include / uapi / asm / posix_types.h
1 #ifndef __ASM_POSIX_TYPES_H
2 #define __ASM_POSIX_TYPES_H
3
4 typedef unsigned short __kernel_old_uid_t;
5 typedef unsigned short __kernel_old_gid_t;
6 #define __kernel_old_uid_t __kernel_old_uid_t
7
8 #include <asm-generic/posix_types.h>
9
10 #endif /*  __ASM_POSIX_TYPES_H */