aboutsummaryrefslogtreecommitdiff
path: root/libc/libc-test/test/linux_fcntl.rs
blob: 4c8ad52a91e86975e89ed0c1dc2f47c74cae56b4 (plain)
1
2
3
4
5
6
7
#![allow(bad_style, improper_ctypes, unused)]

extern crate libc;

use libc::*;

include!(concat!(env!("OUT_DIR"), "/linux_fcntl.rs"));