gecko/ipc/unixfd
Thomas Zimmermann 92a42ffbe4 Bug 1167210: Replace |union sockaddr_any| with |struct sockaddr_storage|, r=kmachulis
Both types, |union sockaddr_any| and |struct sockaddr_storage|, provide
a sockaddr type that can hold any address. The latter is standardized by
POSIX, so we prefer it.
2015-05-27 13:49:07 +02:00
..
moz.build
UnixFdWatcher.cpp
UnixFdWatcher.h Bug 979858: Add include guards to headers in ipc/unixfd, r=kyle 2014-03-06 09:32:25 +01:00
UnixFileWatcher.cpp
UnixFileWatcher.h Bug 979858: Add include guards to headers in ipc/unixfd, r=kyle 2014-03-06 09:32:25 +01:00
UnixSocketWatcher.cpp Bug 1162524: Move |accept| out of |UnixSocketWatcher|, r=kmachulis 2015-05-08 09:43:01 +02:00
UnixSocketWatcher.h Bug 1167210: Replace |union sockaddr_any| with |struct sockaddr_storage|, r=kmachulis 2015-05-27 13:49:07 +02:00