Removed setenv()/getenv() syscalls - env is now changed on the heap.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11671 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -258,9 +258,6 @@ int sys_sysctl(int *name, uint namlen, void *oldp, size_t *oldlen,
|
||||
void *newp, size_t newlen);
|
||||
int sys_socket(int family, int type, int proto);
|
||||
|
||||
int sys_setenv(const char *userName, const char *userValue, int overwrite);
|
||||
int sys_getenv(const char *name, char **value);
|
||||
|
||||
/* System informations */
|
||||
extern status_t _kern_get_system_info(system_info *info, size_t size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user