1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 #ifndef __ASM_POSIX_TYPES_H 3 #define __ASM_POSIX_TYPES_H 4 5 typedef unsigned short __kernel_old_uid_t; 6 typedef unsigned short __kernel_old_gid_t; 7 #define __kernel_old_uid_t __kernel_old_uid_t 8 9 #include <asm-generic/posix_types.h> 10 11 #endif /* __ASM_POSIX_TYPES_H */ 12