[Glibc-bsd-commits] r1627 - trunk/glibc-2.3-head/sysdeps/kfreebsd

Petr Salinger ps-guest at costa.debian.org
Wed Jul 12 15:13:37 UTC 2006


Author: ps-guest
Date: 2006-07-12 15:13:36 +0000 (Wed, 12 Jul 2006)
New Revision: 1627

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/Versions
   trunk/glibc-2.3-head/sysdeps/kfreebsd/syscalls.list
Log:
* introduce kqueue into kfreebsd glibc (expected by squid)
  on FreeBSD, it is in standard libc
  on Linux, similar interface (epoll) is in linux glibc



Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/Versions
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/Versions	2006-07-11 15:58:57 UTC (rev 1626)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/Versions	2006-07-12 15:13:36 UTC (rev 1627)
@@ -73,6 +73,7 @@
   GLIBC_2.3.4 {
     # f*
     fhstat64; fhstatfs64;
+    kqueue; kevent;
     
     #errlist-compat     93
     _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;

Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/syscalls.list
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/syscalls.list	2006-07-11 15:58:57 UTC (rev 1626)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/syscalls.list	2006-07-12 15:13:36 UTC (rev 1627)
@@ -149,3 +149,5 @@
 swapoff		-	swapoff			i:s	swapoff
 getcontext	-	getcontext		i:p	__getcontext	getcontext
 setcontext	-	setcontext		i:p	__setcontext	setcontext
+kqueue		EXTRA	kqueue			i:	__kqueue	kqueue
+kevent		EXTRA	kevent			i:ipipip	__kevent	kevent




More information about the Glibc-bsd-commits mailing list