|
From: <sv...@va...> - 2008-04-26 10:59:45
|
Author: bart
Date: 2008-04-26 11:59:46 +0100 (Sat, 26 Apr 2008)
New Revision: 7922
Log:
Added tests for <sys/klog.h> and klogctl().
Modified:
trunk/configure.in
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2008-04-26 10:59:23 UTC (rev 7921)
+++ trunk/configure.in 2008-04-26 10:59:46 UTC (rev 7922)
@@ -959,6 +959,7 @@
sys/endian.h \
sys/epoll.h \
sys/eventfd.h \
+ sys/klog.h \
sys/poll.h \
sys/signalfd.h \
])
@@ -982,6 +983,7 @@
eventfd \
eventfd_read \
floor \
+ klogctl \
mallinfo \
memchr \
memset \
|