We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f868928 commit 5847da1Copy full SHA for 5847da1
README
@@ -56,6 +56,10 @@ Changelog:
56
Version 4.7:
57
- new round_robin chaintype by crazz.
58
- fix bug with lazy allocation when GCC constructor was not used.
59
+- new configure flag --fat-binary to create a "fat" binary/library on OS X
60
+- return EBADF rather than EINTR in close hook.
61
+ it's legal for a program to retry close() calls when they receive
62
+ EINTR, which could cause an infinite loop, as seen in chromium.
63
64
Version 4.6:
65
- some cosmetic fixes to Makefile, fix a bug when non-numeric ip was
0 commit comments