aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-27 16:43:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-27 16:43:53 +0000
commita23e55f20b487f063c7639c2068ac733895c7c0e (patch)
tree36de612ac058597c112fde327b11494d7c4fede5 /ChangeLog
parent3d605e4ad199b7329358df81a22eb6dbac0c77fa (diff)
downloadlibmicrohttpd-a23e55f20b487f063c7639c2068ac733895c7c0e.tar.gz
libmicrohttpd-a23e55f20b487f063c7639c2068ac733895c7c0e.zip
making build tolerate missing SOCK_NONBLOCK/EPOLL_CLOEXEC (older glibc)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a94caa00..252c09ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Tue Aug 27 18:39:08 CEST 2013
2 Fix build issue if SOCK_NONBLOCK/EPOLL_CLOEXEC are not
3 defined (as is the case on older glibc versions). -CG
4
1Mon Aug 12 23:51:18 CEST 2013 5Mon Aug 12 23:51:18 CEST 2013
2 Updated manual, documenting W32 select/shutdown issue. -CG 6 Updated manual, documenting W32 select/shutdown issue. -CG
3 7