Squash commits for public release
This commit is contained in:
12
libs/libc/include/sys/environ.h
Normal file
12
libs/libc/include/sys/environ.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _LIBC_SYS_ENVIRON_H
|
||||
#define _LIBC_SYS_ENVIRON_H
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
extern char** environ;
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif // _LIBC_SYS_ENVIRON_H
|
||||
Reference in New Issue
Block a user