diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-09-12 23:40:55 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-09-12 23:40:55 +0200 |
commit | e4e89e1683012c879012522105a3471a00714613 (patch) | |
tree | 170fa9c65649f5a664ecf9f96f34065ca9538639 | |
parent | 8f1b97bfe45b2f173e3a7d55dee226a9e289a695 (diff) |
MSG_NOSIGNAL and IPV6_PKTINFO got fixed
-rw-r--r-- | unsorted/PortingIssues.mdwn | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/unsorted/PortingIssues.mdwn b/unsorted/PortingIssues.mdwn index 87d2154b..ff63bda3 100644 --- a/unsorted/PortingIssues.mdwn +++ b/unsorted/PortingIssues.mdwn @@ -187,14 +187,6 @@ then be found. Not implemented, packages may be fixed for working around this: use void sighandler(int num) prototype and sa_handler field. -## <a name="MSG_NOSIGNAL"> `MSG_NOSIGNAL` </a> - -Not implemented yet: [Savannah bug](https://savannah.gnu.org/bugs/?18218) - -## <a name="IPV6_PKTINFO"> `IPV6_PKTINFO` </a> - -Not fixed yet: [Glibc bug](http://sourceware.org/bugzilla/show_bug.cgi?id=3906) - ## <a name="SOL_IP"> `SOL_IP` </a> Not implemented yet. |