X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Ftimex.h;h=126239226c84dd3dee1cf3eff95692053beff7b0;hb=1429ce9ba2425b8abeefc311d56db5efe801d9d2;hp=a16897778a3594e86e4f267cf14723134fb34231;hpb=f5ba2bc9ca84d67f03f2542bfff0525f2f478e4c;p=musl diff --git a/include/sys/timex.h b/include/sys/timex.h index a1689777..12623922 100644 --- a/include/sys/timex.h +++ b/include/sys/timex.h @@ -7,7 +7,7 @@ extern "C" { #include -struct npttimeval { +struct ntptimeval { struct timeval time; long maxerror, esterror; };