open_toontown_panda3d/dtool/src/parser-inc/fcntl.h

8 lines
101 B
C

#pragma once
typedef int pid_t;
typedef long int off_t;
typedef unsigned int mode_t;
struct flock;