Open GoogleCodeExporter opened 9 years ago
- Working directory
- Resource limits (ulimit) (POSIX)
- Thread-specific errno (POSIX) (GetLastError() on Windows?): it may be easier to have a specific struct field for this rather than requiring someone to find the magic thread-local storage slot. On many systems, the main thread’s errno is not in TLS, which argues even more in favor of a specific field.
Original comment by mark@chromium.org
on 26 Mar 2015 at 4:33
- Root directory (in case of chroot)
- Executable name (may be different from argv[0], should be the same as module 0 but there may have been an error determining modules)
Original comment by mark@chromium.org
on 26 Mar 2015 at 6:51
Original issue reported on code.google.com by
mark@chromium.org
on 25 Mar 2015 at 6:22