File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,6 @@ def StructDirentPtr : PtrType<StructDirent>;
42
42
def StructDirentPtrPtr : PtrType<StructDirentPtr>;
43
43
def ConstStructDirentPtrPtr : ConstType<StructDirentPtrPtr>;
44
44
45
- def StructTimeSpec : NamedType<"struct timespec">;
46
- def StructTimeSpecPtr : PtrType<StructTimeSpec>;
47
- def ConstStructTimeSpecPtr : ConstType<StructTimeSpecPtr>;
48
-
49
45
def StructSchedParam : NamedType<"struct sched_param">;
50
46
def StructSchedParamPtr : PtrType<StructSchedParam>;
51
47
def ConstStructSchedParamPtr : ConstType<StructSchedParamPtr>;
Original file line number Diff line number Diff line change @@ -118,6 +118,10 @@ def SigHandlerT : NamedType<"__sighandler_t">;
118
118
119
119
def TimeTType : NamedType<"time_t">;
120
120
121
+ def StructTimeSpec : NamedType<"struct timespec">;
122
+ def StructTimeSpecPtr : PtrType<StructTimeSpec>;
123
+ def ConstStructTimeSpecPtr : ConstType<StructTimeSpecPtr>;
124
+
121
125
def BSearchCompareT : NamedType<"__bsearchcompare_t">;
122
126
def QSortCompareT : NamedType<"__qsortcompare_t">;
123
127
Original file line number Diff line number Diff line change @@ -1202,6 +1202,7 @@ def StdC : StandardSpec<"stdc"> {
1202
1202
[ // Types
1203
1203
ClockT,
1204
1204
StructTmType,
1205
+ StructTimeSpec,
1205
1206
TimeTType,
1206
1207
],
1207
1208
[], // Enumerations
You can’t perform that action at this time.
0 commit comments