Include sys/stat.h and unistd.h in fcntl.h, remove bits/fcntl.h
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
#ifndef _BITS_FCNTL_H
|
||||
#define _BITS_FCNTL_H
|
||||
|
||||
#endif
|
||||
@@ -1,6 +1,5 @@
|
||||
sys_includes = ["stdarg.h", "sys/types.h"]
|
||||
sys_includes = ["stdarg.h", "sys/stat.h", "unistd.h"]
|
||||
include_guard = "_RELIBC_FCNTL_H"
|
||||
trailer = "#include <bits/fcntl.h>"
|
||||
language = "C"
|
||||
style = "Tag"
|
||||
no_includes = true
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
sys_includes = ["stddef.h", "stdint.h", "sys/types.h", "features.h"]
|
||||
include_guard = "_RELIBC_UNISTD_H"
|
||||
trailer = """
|
||||
#include <bits/fcntl.h>
|
||||
#include <bits/unistd.h>
|
||||
"""
|
||||
language = "C"
|
||||
|
||||
Reference in New Issue
Block a user