lineedit: do not hang on error, but return error indicator.
[oweals/busybox.git] / libbb / Config.src
index 09bf8924647d9bd0ae361913d95b874a316753dd..9b01757c6b9b39bed56cccac674e40f9d2ee650f 100644 (file)
@@ -153,6 +153,7 @@ config FEATURE_COPYBUF_KB
 config MONOTONIC_SYSCALL
        bool "Use clock_gettime(CLOCK_MONOTONIC) syscall"
        default n
+       depends on PLATFORM_LINUX
        help
          Use clock_gettime(CLOCK_MONOTONIC) syscall for measuring
          time intervals (time, ping, traceroute etc need this).