• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 
2 #pragma once
3 
4 #include_next <sys/types.h>
5 
6 #include <linux/types.h>
7 
8 typedef unsigned short __uid_t;
9 typedef unsigned short __gid_t;
10