Skip to content

Commit

Permalink
Added ios_getenv for webAssembly
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Holzschuch committed May 11, 2020
1 parent cce772e commit 8a8ada8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios_system/ios_system.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ extern void ios_releaseThreadId(pid_t pid);
extern pid_t ios_currentPid(void);
extern int ios_getCommandStatus(void);
extern const char* ios_progname(void);
extern char * ios_getenv(const char *name);
extern pid_t ios_fork(void);
extern void ios_waitpid(pid_t pid);
extern void ios_signal(int signal);
Expand Down

0 comments on commit 8a8ada8

Please sign in to comment.