From 333ef486a49746cbebb29f97c6ac7a648d50d6e1 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 23 Sep 2008 16:41:37 +0000 Subject: [PATCH] Move this out of gmain.c and make it part of the public API. (Part of Bug * glib/gpoll.c (g_poll): Move this out of gmain.c and make it part of the public API. (Part of Bug 505361 - gunixinputstream.c assumes poll() available.) svn path=/trunk/; revision=7536 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index c91132c60..1db4f8e40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-09-23 Dan Winship + + * glib/gpoll.c (g_poll): Move this out of gmain.c and make it part + of the public API. (Part of Bug 505361 - gunixinputstream.c assumes + poll() available.) + 2008-09-23 Tor Lillqvist * glib/gmain.c (poll_rest) [Win32]: Fix embarrassing bug: I was