Skip to content

Commit

Permalink
isatty
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Oct 1, 2023
1 parent a50a177 commit fdd2758
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/analyses/libraryFunctions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ let posix_descs_list: (string * LibraryDesc.t) list = LibraryDsl.[
("setrlimit", unknown [drop "resource" []; drop "rlim" [r]]);
("getrlimit", unknown [drop "resource" []; drop "rlim" [w]]);
("setsid", unknown []);
("isatty", unknown [drop "fd" []]);
]

(** Pthread functions. *)
Expand Down Expand Up @@ -1172,8 +1173,6 @@ let invalidate_actions = [
"idr_pre_get", readsAll;
"zil_replay", writes [1;2;3;5];
"__VERIFIER_nondet_int", readsAll; (* no args, declare invalidate actions to prevent invalidating globals when extern in regression tests *)
(* no args, declare invalidate actions to prevent invalidating globals *)
"isatty", readsAll;
(* ddverify *)
"__goblint_assume_join", readsAll;
]
Expand Down

0 comments on commit fdd2758

Please sign in to comment.