Skip to content

Commit

Permalink
Add usleep to libraryFunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Apr 6, 2021
1 parent c31f43b commit 8ab303c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analyses/libraryFunctions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ let invalidate_actions = ref [
"svcudp_create", readsAll;(*safe*)
"svc_register", writesAll;(*unsafe*)
"sleep", readsAll;(*safe*)
"usleep", readsAll;
"svc_run", writesAll;(*unsafe*)
"dup", readsAll; (*safe*)
"__builtin_expect", readsAll; (*safe*)
Expand Down

0 comments on commit 8ab303c

Please sign in to comment.