aix: fix -Wmaybe-uninitialized warning

PR-URL: https://github.com/libuv/libuv/pull/1650
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
This commit is contained in:
cjihrig 2017-11-23 22:00:05 -05:00
parent 40a003b4e1
commit 9f70d39b5a
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -921,6 +921,7 @@ int uv_uptime(double* uptime) {
size_t entries = 0;
time_t boot_time;
boot_time = 0;
utmpname(UTMP_FILE);
setutent();