Handle function renaming tzset -> __tzset50 on NetBSD.
Reset arguments passed to tzset() as it does not accept
input parameters.
The tzset() syscall must be called on NetBSD with
InterceptorScope. Once a user sets timezone (either
by TZ or /etc/localtime symlink), tzset() reloads the
internal data and this reports false-positive alarms.
Other functions (like the localtime() interceptor)
already use InterceptorScope.
Sponsored by <The NetBSD Foundation>
Any idea why we had "int fake" there?