SDL/src/misc
Sebastian Krzyszkowiak d4e1b4974a unix: OpenURL: Move unsetenv above vfork
From the vfork manpage:

> The  vfork()  function has the same effect as fork(2), except that
> the behavior is undefined if the process created by vfork() either
> modifies any data other than a variable of type pid_t used to store
> the return value from vfork(), or returns from the function in which
> vfork() was called, or calls any other function before successfully
> calling _exit(2) or one of the exec(3) family of functions.

unsetenv is still called inside a child process, so it does not
influence the rest of the application.
2021-08-01 03:58:49 -07:00
..
android Updated copyright for 2021 2021-01-02 10:25:38 -08:00
dummy Updated copyright for 2021 2021-01-02 10:25:38 -08:00
haiku Updated copyright for 2021 2021-01-02 10:25:38 -08:00
ios Updated copyright for 2021 2021-01-02 10:25:38 -08:00
macosx Updated copyright for 2021 2021-01-02 10:25:38 -08:00
riscos Updated copyright for 2021 2021-01-02 10:25:38 -08:00
unix unix: OpenURL: Move unsetenv above vfork 2021-08-01 03:58:49 -07:00
vita Deprecate dolcesdk 2021-03-08 09:07:12 -08:00
windows use WIN_StringToUTF8W instead of WIN_StringToUTF8 where needed (#2) 2021-01-05 15:50:02 +03:00
winrt use WIN_StringToUTF8W instead of WIN_StringToUTF8 where needed (#2) 2021-01-05 15:50:02 +03:00
SDL_sysurl.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_url.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00