Skip to content

Commit a43554d

Browse files
Rm duplicate fstat
Co-authored-by: Simmo Saan <[email protected]>
1 parent 12742a3 commit a43554d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/analyses/libraryFunctions.ml

-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ let posix_descs_list: (string * LibraryDesc.t) list = LibraryDsl.[
386386
("unlink", unknown [drop "pathname" [r]]);
387387
("popen", unknown [drop "command" [r]; drop "type" [r]]);
388388
("stat", unknown [drop "pathname" [r]; drop "statbuf" [w]]);
389-
("fstat", unknown [drop "fd" []; drop "statbuf" [w]]);
390389
("statfs", unknown [drop "path" [r]; drop "buf" [w]]);
391390
]
392391

0 commit comments

Comments
 (0)