File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1446,9 +1446,6 @@ try:
1446
1446
'floatscan.c' ,
1447
1447
'shgetc.c' ,
1448
1448
]],
1449
- ['legacy' , [
1450
- 'err.c' ,
1451
- ]],
1452
1449
['math' , [
1453
1450
'scalbn.c' ,
1454
1451
'scalbnl.c' ,
@@ -1506,6 +1503,9 @@ try:
1506
1503
['internal' , [
1507
1504
'intscan.c' ,
1508
1505
]],
1506
+ ['legacy' , [
1507
+ 'err.c' ,
1508
+ ]],
1509
1509
['locale' , [
1510
1510
'iconv.c' ,
1511
1511
'iswalnum_l.c' ,
Original file line number Diff line number Diff line change 52
52
T atof
53
53
W bulk_free
54
54
W calloc
55
- T err
56
- T errx
57
55
W free
58
56
W independent_calloc
59
57
W independent_comalloc
81
79
T strtold
82
80
W strtold_l
83
81
W valloc
84
- T verr
85
- T verrx
86
- T vwarn
87
- T vwarnx
88
- T warn
89
- T warnx
Original file line number Diff line number Diff line change 22
22
W __wctype_l
23
23
T btowc
24
24
T ecvt
25
+ T err
26
+ T errx
25
27
T fcvt
26
28
T fputwc
27
29
W fputwc_unlocked
120
122
T towlower_l
121
123
T towupper
122
124
T towupper_l
125
+ T verr
126
+ T verrx
123
127
T vfwprintf
124
128
T vswprintf
129
+ T vwarn
130
+ T vwarnx
125
131
T vwprintf
132
+ T warn
133
+ T warnx
126
134
T wcpcpy
127
135
T wcpncpy
128
136
T wcrtomb
You can’t perform that action at this time.
0 commit comments