Skip to content

Commit 765cede

Browse files
committed
Add __fpending from coreutils-v8.31/comm_3args_ok.c to library functions
1 parent 23fc7de commit 765cede

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/library/libraryFunctions.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ let glibc_desc_list: (string * LibraryDesc.t) list = LibraryDsl.[
642642
("ferror_unlocked", unknown [drop "stream" [r_deep; w_deep]]);
643643
("fwrite_unlocked", unknown [drop "buffer" [r]; drop "size" []; drop "count" []; drop "stream" [r_deep; w_deep]]);
644644
("clearerr_unlocked", unknown [drop "stream" [w]]); (* TODO: why only w? *)
645+
("__fpending", unknown [drop "stream" [r_deep]]);
645646
("futimesat", unknown [drop "dirfd" []; drop "pathname" [r]; drop "times" [r]]);
646647
("error", unknown ((drop "status" []) :: (drop "errnum" []) :: (drop "format" [r]) :: (VarArgs (drop' [r]))));
647648
("warn", unknown (drop "format" [r] :: VarArgs (drop' [r])));

0 commit comments

Comments
 (0)