Home | History | Annotate | Download | only in sys
      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