mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 16:51:15 -03:00
More work on improving interaction between fork and pthreads. Added null_terminated_array_t class.
This commit is contained in:
@@ -2041,6 +2041,10 @@ double timef()
|
||||
return (double)tv.tv_sec + 0.000001*tv.tv_usec;
|
||||
}
|
||||
|
||||
void exit_without_destructors(int code) {
|
||||
_exit(code);
|
||||
}
|
||||
|
||||
void append_path_component(wcstring &path, const wcstring &component)
|
||||
{
|
||||
size_t len = path.size();
|
||||
|
||||
Reference in New Issue
Block a user