This repository was archived by the owner on May 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ __builtin_inff
7
7
__builtin_nan
8
8
__builtin_nanf
9
9
__ctype_get_mb_cur_max
10
+ __environ
10
11
__fpclassify
11
12
__fpclassifyf
12
13
__fpclassifyl
@@ -27,9 +28,11 @@ __islessgreaterl
27
28
__islessl
28
29
__isoc_va_list
29
30
__isspace
31
+ __lseek
30
32
__signbit
31
33
__signbitf
32
34
__signbitl
35
+ _exit
33
36
a64l
34
37
abort
35
38
abs
@@ -78,6 +81,7 @@ clearerr
78
81
clearerr_unlocked
79
82
clock_t
80
83
clockid_t
84
+ close
81
85
cookie_close_function_t
82
86
cookie_io_functions_t
83
87
cookie_read_function_t
@@ -102,6 +106,7 @@ dprintf
102
106
drand48
103
107
drem
104
108
dremf
109
+ dup2
105
110
ecvt
106
111
erand48
107
112
erf
@@ -110,6 +115,7 @@ erfcf
110
115
erfcl
111
116
erff
112
117
erfl
118
+ execl
113
119
exit
114
120
exp
115
121
exp10
@@ -176,6 +182,7 @@ fmodf
176
182
fmodl
177
183
fopen
178
184
fopencookie
185
+ fork
179
186
fpos_t
180
187
fprintf
181
188
fputc
@@ -204,10 +211,13 @@ getc
204
211
getc_unlocked
205
212
getchar
206
213
getchar_unlocked
214
+ getcwd
207
215
getdelim
208
216
getenv
209
217
getline
210
218
getloadavg
219
+ getlogin
220
+ getpid
211
221
getsubopt
212
222
getw
213
223
gid_t
@@ -227,6 +237,7 @@ int64_t
227
237
int8_t
228
238
intmax_t
229
239
intptr_t
240
+ ioctl
230
241
isalnum
231
242
isalnum_l
232
243
isalpha
@@ -351,6 +362,8 @@ open_memstream
351
362
pclose
352
363
perror
353
364
pid_t
365
+ pipe
366
+ pipe2
354
367
popen
355
368
posix_memalign
356
369
posix_openpt
@@ -384,11 +397,14 @@ putchar_unlocked
384
397
putenv
385
398
puts
386
399
putw
400
+ pwrite
387
401
qsort
388
402
quick_exit
389
403
rand
390
404
rand_r
391
405
random
406
+ read
407
+ readlink
392
408
realloc
393
409
reallocarray
394
410
realpath
@@ -424,6 +440,8 @@ setbuffer
424
440
setenv
425
441
setkey
426
442
setlinebuf
443
+ setpgrp
444
+ setsid
427
445
setstate
428
446
setvbuf
429
447
signgam
@@ -508,6 +526,7 @@ strverscmp
508
526
strxfrm
509
527
strxfrm_l
510
528
suseconds_t
529
+ sync
511
530
system
512
531
tan
513
532
tanf
You can’t perform that action at this time.
0 commit comments