Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 582480 | Differences between
and this patch

Collapse All | Expand All

(-)kdelibs-4.14.17/ConfigureChecks.cmake.gcc6 (-1 / +1 lines)
Lines 244-250 check_prototype_exists(unsetenv stdlib.h Link Here
244
check_prototype_exists(usleep unistd.h              HAVE_USLEEP_PROTO)
244
check_prototype_exists(usleep unistd.h              HAVE_USLEEP_PROTO)
245
check_prototype_exists(initgroups "unistd.h;sys/types.h;unistd.h;grp.h" HAVE_INITGROUPS_PROTO)
245
check_prototype_exists(initgroups "unistd.h;sys/types.h;unistd.h;grp.h" HAVE_INITGROUPS_PROTO)
246
check_prototype_exists(setreuid unistd.h            HAVE_SETREUID_PROTO)
246
check_prototype_exists(setreuid unistd.h            HAVE_SETREUID_PROTO)
247
check_prototype_exists(trunc math.h                 HAVE_TRUNC)
247
check_prototype_exists(truncf math.h                HAVE_TRUNC)
248
248
249
# check for existing datatypes
249
# check for existing datatypes
250
250

Return to bug 582480