summaryrefslogtreecommitdiff
path: root/libc-test/test/linux_fcntl.rs
blob: 1c4635b12999c1f4ca6bbadf7a011f597a330854 (plain)
1
2
3
4
5
6
#![allow(bad_style, improper_ctypes)]
extern crate libc;

use libc::*;

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