diff lib/lib.c @ 137:0901b3b2bbe9

More klibc fixes from Maximilian Attems, strlcpy() this time.
author Rob Landley <rob@landley.net>
date Wed, 15 Aug 2007 12:50:44 -0500
parents 0a90a5fbc1bf
children 9cbb323f297f
line wrap: on
line diff
--- a/lib/lib.c	Wed Aug 15 11:03:50 2007 -0500
+++ b/lib/lib.c	Wed Aug 15 12:50:44 2007 -0500
@@ -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.