diff options
Diffstat (limited to 'test/Analysis/redefined_system.c')
-rw-r--r-- | test/Analysis/redefined_system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/redefined_system.c b/test/Analysis/redefined_system.c index 3f585c4..3c08b5e 100644 --- a/test/Analysis/redefined_system.c +++ b/test/Analysis/redefined_system.c @@ -12,6 +12,6 @@ char strdup(); char atoi(); int foo () { - return memmove() + malloc() + system + stdin() + memccpy() + free() + strdup() + atoi(); + return memmove() + malloc() + system() + stdin() + memccpy() + free() + strdup() + atoi(); } |