Skip to content

Commit

Permalink
_Exit / _exit
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Nov 8, 2023
1 parent 8972bd8 commit b3ef062
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/analyses/libraryFunctions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ let c_descs_list: (string * LibraryDesc.t) list = LibraryDsl.[
("atomic_flag_test_and_set_explicit", unknown [drop "obj" [r; w]; drop "order" []]);
("atomic_load", unknown [drop "obj" [r]]);
("atomic_store", unknown [drop "obj" [w]; drop "desired" []]);
("_Exit", special [drop "status" []] @@ Abort);
("_exit", special [drop "status" []] @@ Abort);
]

(** C POSIX library functions.
Expand Down

0 comments on commit b3ef062

Please sign in to comment.