mirror of
https://github.com/drasko/codezero.git
synced 2026-04-17 17:29:04 +02:00
Correct placement of arguments and environment on stack.
int main(int argc, char *argv[]) style main function works now on Codezero/POSIX.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#ifndef __LIBPOSIX_INIT_H__
|
||||
#define __LIBPOSIX_INIT_H__
|
||||
|
||||
void libposix_init(void);
|
||||
void posix_service_init(void);
|
||||
int __libposix_init(void *envp);
|
||||
|
||||
#endif /* __LIBPOSIX_INIT_H__ */
|
||||
|
||||
Reference in New Issue
Block a user