Skip to content

Commit 548fd15

Browse files
committed
[WRAPPER] Added 2 more symbols
1 parent 4fd547d commit 548fd15

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/wrapped/wrappedlibbsd_private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GO(arc4random_buf, vFpL)
88
GO(arc4random_stir, vFv)
99
GO(arc4random_uniform, uFu)
1010
//GO(bsd_getopt,
11-
//GO(closefrom,
11+
GO(closefrom, iFi)
1212
//GO(dehumanize_number,
1313
//GO(errc,
1414
//GO(expand_number,

src/wrapped/wrappedlibc_private.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,6 +1519,7 @@ GO(posix_madvise, iFpLi)
15191519
GO(posix_memalign, iFpLL)
15201520
GOW(posix_openpt, iFi)
15211521
GOM(posix_spawn, iFEpppppp)
1522+
GO(posix_spawn_file_actions_addclosefrom_np, iFpi)
15221523
GOW(posix_spawnattr_destroy, iFp)
15231524
GO(posix_spawnattr_getflags, iFpp)
15241525
GO(posix_spawnattr_getpgroup, iFpp)

0 commit comments

Comments
 (0)