mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 20:00:11 +08:00
Removed tabs.
This commit is contained in:
@@ -295,7 +295,7 @@ def SysResourceAPI : PublicAPI<"sys/resource.h"> {
|
||||
def SysStatAPI : PublicAPI<"sys/stat.h"> {
|
||||
let Types = ["mode_t", "dev_t", "ino_t", "nlink_t", "uid_t", "gid_t", "off_t",
|
||||
"struct timespec", "struct timeval", "blksize_t", "blkcnt_t",
|
||||
"struct stat"];
|
||||
"struct stat"];
|
||||
}
|
||||
|
||||
def SysWaitAPI : PublicAPI<"sys/wait.h"> {
|
||||
|
||||
@@ -728,17 +728,17 @@ def POSIX : StandardSpec<"POSIX"> {
|
||||
[], // Macros
|
||||
[
|
||||
ModeTType,
|
||||
DevT,
|
||||
InoT,
|
||||
UidT,
|
||||
GidT,
|
||||
StructTimeSpec,
|
||||
StructTimeVal,
|
||||
BlkSizeT,
|
||||
BlkCntT,
|
||||
OffTType,
|
||||
NLinkT,
|
||||
StatType,
|
||||
DevT,
|
||||
InoT,
|
||||
UidT,
|
||||
GidT,
|
||||
StructTimeSpec,
|
||||
StructTimeVal,
|
||||
BlkSizeT,
|
||||
BlkCntT,
|
||||
OffTType,
|
||||
NLinkT,
|
||||
StatType,
|
||||
], // Types
|
||||
[], // Enumerations
|
||||
[
|
||||
@@ -1093,10 +1093,7 @@ def POSIX : StandardSpec<"POSIX"> {
|
||||
FunctionSpec<
|
||||
"nanosleep",
|
||||
RetValSpec<IntType>,
|
||||
[
|
||||
ArgSpec<StructTimeSpecPtr>,
|
||||
ArgSpec<StructTimeSpecPtr>,
|
||||
]
|
||||
[ArgSpec<StructTimeSpecPtr>, ArgSpec<StructTimeSpecPtr>]
|
||||
>,
|
||||
]
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user