summaryrefslogtreecommitdiffstats
path: root/include/mingw/sys/types.h
blob: 9d048fcbd0e4164bb31cd616fd3ac6e2de3de68a (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include_next <sys/types.h>

#include <linux/types.h>

typedef unsigned short __uid_t;
typedef unsigned short __gid_t;