Browse Source

check for adjtimex

OPENBSD_6_5
Brent Cook 5 years ago
parent
commit
edb978ff67
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      m4/check-libc-compat.m4

+ 2
- 1
m4/check-libc-compat.m4 View File

@ -12,8 +12,9 @@ fi
])
AC_DEFUN([CHECK_SYSCALL_COMPAT], [
AC_CHECK_FUNCS([accept4 pipe2 pledge poll socketpair])
AC_CHECK_FUNCS([accept4 adjtimex pipe2 pledge poll socketpair])
AM_CONDITIONAL([HAVE_ACCEPT4], [test "x$ac_cv_func_accept4" = xyes])
AM_CONDITIONAL([HAVE_ADJTIMEX], [test "x$ac_cv_func_adjtimex" = xyes])
AM_CONDITIONAL([HAVE_PIPE2], [test "x$ac_cv_func_pipe2" = xyes])
AM_CONDITIONAL([HAVE_PLEDGE], [test "x$ac_cv_func_pledge" = xyes])
AM_CONDITIONAL([HAVE_POLL], [test "x$ac_cv_func_poll" = xyes])


Loading…
Cancel
Save