From f589897f8da69e7fdfc630be35b7be72f5703c86 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 13 Jan 2017 21:02:31 -0700 Subject: [PATCH] sudo_nanosleep not nanosleep in util.exp.in --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index e5c6271f3..f7f82442d 100755 --- a/configure +++ b/configure @@ -19749,7 +19749,7 @@ else esac - for _sym in nanosleep; do + for _sym in sudo_nanosleep; do COMPAT_EXP="${COMPAT_EXP}${_sym} " done diff --git a/configure.ac b/configure.ac index 1812aec09..9087ffc73 100644 --- a/configure.ac +++ b/configure.ac @@ -2582,7 +2582,7 @@ AC_CHECK_FUNCS(nanosleep, [], [ # On Solaris, nanosleep is in librt AC_CHECK_LIB(rt, nanosleep, [REPLAY_LIBS="${REPLAY_LIBS} -lrt"], [ AC_LIBOBJ(nanosleep) - SUDO_APPEND_COMPAT_EXP(nanosleep) + SUDO_APPEND_COMPAT_EXP(sudo_nanosleep) ]) ]) AC_CHECK_FUNCS([pw_dup], [], [ -- 2.40.0