blob: 0f9e7c900d17098e9fb2276f29dd6ebf8dcd3e5b [file] [log] [blame]
Kai Tietz9d937a72007-08-10 10:41:48 +00001/**
2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the w64 mingw-runtime package.
Kai Tietzd42ac882010-01-15 20:17:42 +00004 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
Kai Tietz9d937a72007-08-10 10:41:48 +00005 */
6/*
7 * This file is part of the Mingw32 package.
8 *
9 * This file.h maps to the root fcntl.h
10 * TODO?
11 */
12#ifndef __STRICT_ANSI__
13#include <fcntl.h>
14#endif