Ville Juven d6ef4849a9 syscall: Add call gate for get_environ_ptr
Now that the environment strings are stored as an array of strings,
they can be passed from the application via char **environ, which
is really defined as a function call to get_environ_ptr().

This works as is for flat build, but protected mode and kernel mode
require a call gate, which is added here.
2022-04-21 18:38:37 +08:00
..
2021-11-24 22:49:09 -06:00
2021-07-03 13:09:52 -05:00
2021-11-28 23:31:16 +01:00
2022-02-08 10:27:38 +08:00
2021-07-21 13:11:54 -03:00