summaryrefslogtreecommitdiff
path: root/api/posix/sys/types.h
blob: 81a5f133e9dffb9a3c0c7bcf84e53423484f811f (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <stdint.h>

typedef int64_t ssize_t;
typedef int64_t off_t;
typedef int mode_t;