Skip to content

Commit

Permalink
configure: Add sys/timex.h to probe clock_adjtime
Browse files Browse the repository at this point in the history
It is not a part of standard time.h. Glibc put it under
time.h however musl treat it as a sys timex extension.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210118063808.12471-2-jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
  • Loading branch information
FlyGoat authored and huth committed Jan 20, 2021
1 parent c0cb758 commit cd5d20e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Expand Up @@ -4039,6 +4039,7 @@ fi
clock_adjtime=no
cat > $TMPC <<EOF
#include <time.h>
#include <sys/timex.h>
int main(void)
{
Expand Down

0 comments on commit cd5d20e

Please sign in to comment.