summary refs log tree commit diff stats
path: root/tinyc/win32/include/sys/fcntl.h
blob: b343f272f4a04419a109a1097635d02891f915dd (plain) (blame)
1
2
3
4
5
6
7
8
/*
 * This file is part of the Mingw32 package.
 *
 * This fcntl.h maps to the root fcntl.h
 */
#ifndef __STRICT_ANSI__
#include <fcntl.h>
#endif