Files
textmate/Shared/include/test/web_server.h
Allan Odgaard 13edc6d131 Use O_CLOEXEC when opening files
This avoids leaking file descriptors into child processes, which would otherwise happen if another thread forks while the file descriptor is open.
2013-03-10 16:07:10 +01:00

5.4 KiB