diff options
Diffstat (limited to 'lib/lib.c')
-rw-r--r-- | lib/lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ #include "toys.h" -#ifndef __UCLIBC__ +#if !defined(__UCLIBC__) && !defined(__KLIBC__) // uClibc has this, and if we define our own it conflicts. |