Commit e20408e4 authored by Jeff Dike's avatar Jeff Dike

Replaced a CONFIG_* name with a UML_CONFIG_* name.

parent 5642c6be
......@@ -92,7 +92,7 @@ int main(int argc, char **argv, char **envp)
exit(1);
}
#ifdef CONFIG_MODE_TT
#ifdef UML_CONFIG_MODE_TT
/* Allocate memory for thread command lines */
if(argc < 2 || strlen(argv[1]) < THREAD_NAME_LEN - 1){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment