[oe-commits] Michael 'Mickey' Lauer : glibc 2.5: eventfd is now present in the library

git version control git at git.openembedded.org
Sat May 30 19:34:43 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: c8d29ed5b736223ac39c0481ae5a181ca96aeb90
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c8d29ed5b736223ac39c0481ae5a181ca96aeb90

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat May 30 21:36:27 2009 +0200

glibc 2.5: eventfd is now present in the library

---

 .../glibc/glibc-2.5/glibc25-backport-eventfd.patch |   28 ++++++++++++++++++-
 recipes/glibc/glibc_2.5.bb                         |    2 +-
 2 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/recipes/glibc/glibc-2.5/glibc25-backport-eventfd.patch b/recipes/glibc/glibc-2.5/glibc25-backport-eventfd.patch
index b26e4a3..9369643 100644
--- a/recipes/glibc/glibc-2.5/glibc25-backport-eventfd.patch
+++ b/recipes/glibc/glibc-2.5/glibc25-backport-eventfd.patch
@@ -1,5 +1,3 @@
-Signed-off-by: Michael 'Mickey' Lauer <mlauer at vanille-media.de>
-
 Index: glibc-2.5/sysdeps/unix/sysv/linux/Makefile
 ===================================================================
 --- glibc-2.5.orig/sysdeps/unix/sysv/linux/Makefile
@@ -198,3 +196,29 @@ Index: glibc-2.5/sysdeps/unix/sysv/linux/eventfd_write.c
 +  return __write (fd, &value,
 +		  sizeof (eventfd_t)) != sizeof (eventfd_t) ? -1 : 0;
 +}
+Index: glibc-2.5/sysdeps/unix/sysv/linux/Versions
+===================================================================
+--- glibc-2.5.orig/sysdeps/unix/sysv/linux/Versions
++++ glibc-2.5/sysdeps/unix/sysv/linux/Versions
+@@ -126,6 +126,9 @@
+   GLIBC_2.5 {
+     splice; sync_file_range; tee; vmsplice;
+   }
++  GLIBC_2.7 {
++    eventfd; eventfd_read; eventfd_write; signalfd;
++  }
+   GLIBC_PRIVATE {
+     # functions used in other libraries
+     __syscall_rt_sigqueueinfo;
+Index: glibc-2.5/Versions.def
+===================================================================
+--- glibc-2.5.orig/Versions.def
++++ glibc-2.5/Versions.def
+@@ -22,6 +22,7 @@
+   GLIBC_2.3.4
+   GLIBC_2.4
+   GLIBC_2.5
++  GLIBC_2.7
+ %ifdef USE_IN_LIBIO
+   HURD_CTHREADS_0.3
+ %endif
diff --git a/recipes/glibc/glibc_2.5.bb b/recipes/glibc/glibc_2.5.bb
index cfae66a..35268cb 100644
--- a/recipes/glibc/glibc_2.5.bb
+++ b/recipes/glibc/glibc_2.5.bb
@@ -1,5 +1,5 @@
 require glibc.inc
-PR = "r19"
+PR = "r20"
 
 ARM_INSTRUCTION_SET = "arm"
 





More information about the Openembedded-commits mailing list