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
UnixFileWatcher.cpp
UnixFileWatcher.h
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