SOURCES (UCLIBC_0_9_29): uClibc-ppoll.patch - backport to 0.9.29

baggins baggins at pld-linux.org
Wed Feb 25 15:38:28 CET 2009


Author: baggins                      Date: Wed Feb 25 14:38:28 2009 GMT
Module: SOURCES                       Tag: UCLIBC_0_9_29
---- Log message:
- backport to 0.9.29

---- Files affected:
SOURCES:
   uClibc-ppoll.patch (1.1 -> 1.1.2.1) 

---- Diffs:

================================================================
Index: SOURCES/uClibc-ppoll.patch
diff -u SOURCES/uClibc-ppoll.patch:1.1 SOURCES/uClibc-ppoll.patch:1.1.2.1
--- SOURCES/uClibc-ppoll.patch:1.1	Wed Feb 25 15:29:05 2009
+++ SOURCES/uClibc-ppoll.patch	Wed Feb 25 15:38:22 2009
@@ -11,16 +11,16 @@
 @@ -26,24 +27,26 @@
  
  # define __NR___libc_ppoll __NR_ppoll
- static __always_inline
+ static inline
 -_syscall4(int, __libc_ppoll, struct pollfd *, fds,
 -	nfds_t, nfds, const struct timespec *, timeout,
--	const __sigset_t *, sigmask)
+-	const __sigset_t *, sigmask);
 +_syscall5(int, __libc_ppoll,
 +	struct pollfd *, fds,
 +	nfds_t, nfds,
 +	const struct timespec *, timeout,
 +	const __sigset_t *, sigmask,
-+	size_t, sigsetsize)
++	size_t, sigsetsize);
  
  int
 -ppoll (struct pollfd *fds, nfds_t nfds, const struct timespec *timeout,
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/uClibc-ppoll.patch?r1=1.1&r2=1.1.2.1&f=u



More information about the pld-cvs-commit mailing list