URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [misc/] [e] - Rev 1768
Go to most recent revision | Compare with Previous | Blame | View Log
if (!environ) {
environ = (char**)malloc(ADD_NUM * sizeof(char*));
memset(environ, 0, sizeof(char*)*ADD_NUM);
extras = ADD_NUM;
}
Go to most recent revision | Compare with Previous | Blame | View Log