chiark / gitweb /
switch ifdef __KLIBC__ to ifndef __GLIBC__
[elogind.git] / udev_libc_wrapper.c
index 1711811e83f0483fadc94e8a46a39c0876f50285..48a893cfb10040031178781434a6d7b7fa846ed2 100644 (file)
@@ -30,7 +30,7 @@
 
 #include "udev.h"
 
-#ifdef __KLIBC__
+#ifndef __GLIBC__
 #define __OWN_USERDB_PARSER__
 #endif