Skip to content

Commit

Permalink
code review: cleanup timercmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Coeur committed May 23, 2024
1 parent 84321aa commit ccb0c2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ list(APPEND SYMBOLS_TO_CHECK
strsep
strtok_r
timerclear
timercmp
timerisset
timeradd
nanosleep
Expand Down
10 changes: 0 additions & 10 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -222,16 +222,6 @@ AC_EGREP_CPP(yes, [
[AC_MSG_RESULT(no)]
)

AC_MSG_CHECKING(for timercmp in sys/time.h)
AC_EGREP_CPP(yes, [
#include <sys/time.h>
#ifdef timercmp
yes
#endif],
[AC_MSG_RESULT(yes); AC_DEFINE(HAVE_TIMERCMP, 1,[Define if timercmp is defined in <sys/time.h>])],
[AC_MSG_RESULT(no)]
)

AC_MSG_CHECKING(for timerclear in sys/time.h)
AC_EGREP_CPP(yes, [
#include <sys/time.h>
Expand Down

0 comments on commit ccb0c2b

Please sign in to comment.