chiark / gitweb /
[PATCH] fix UDEV_NO_SLEEP
[elogind.git] / klibc_fixups.c
index c4d44bbc490d3dd27752628fca1ac1fe9a7bdc58..bbacfbdc75cf02ada93fa6cf9aed42c6a1667284 100644 (file)
@@ -37,8 +37,6 @@
 #define GR_FILE                "/etc/group"
 #define UTMP_FILE      "/var/run/utmp"
 
-_syscall1(int, sysinfo, struct sysinfo *, info);
-
 /* return the id of a passwd style line, selected by the users name */
 static unsigned long get_id_by_name(const char *uname, const char *dbfile)
 {