[klibc] [patch] ppoll really fix arch without it

maximilian attems maks at sternwelten.at
Sun Apr 30 17:36:41 PDT 2006


From: Jeff Bailey <jbailey at ubuntu.com>

on commit dc7ec367a05141c1f76ddf82a5a63422c0fc3a72
this small bit of fixing non ppoll archs went missing

Signed-off-by: Jeff Bailey <jbailey at ubuntu.com>
Signed-off-by: maximilian attems <maks at sternwelten.at>

--- klibc-1.3.11/klibc/ppoll.c.orig	2006-05-01 02:15:39.000000000 +0200
+++ klibc-1.3.11/klibc/ppoll.c	2006-05-01 02:16:04.000000000 +0200
@@ -3,6 +3,7 @@
  */
 
 #include <sys/poll.h>
+#include <sys/syscall.h>
 
 #ifndef __NR_ppoll
 



More information about the klibc mailing list