chiark / gitweb /
[PATCH] udev - drop all methods :)
[elogind.git] / libsysfs / sysfs_dir.c
index 7dbee8aba85c2f74f0b1dd66a0d80a1b46ff0802..c159db7af8738de2047d369997438218effc855e 100644 (file)
@@ -274,7 +274,7 @@ int sysfs_read_attribute(struct sysfs_attribute *sysattr)
                return -1;
        }
 #ifdef __KLIBC__
-       pgsize = 0x4000;
+       pgsize = 0x1000;                
 #else
        pgsize = sysconf(_SC_PAGESIZE);
 #endif