added why2_open problem TODO
This commit is contained in:
parent
a42e0a9ca9
commit
29dd766903
@ -188,7 +188,7 @@ void why2_deallocate(void *pointer)
|
||||
break;
|
||||
|
||||
case OPEN: //OPEN SYSTEM CALL
|
||||
close(*((int*) pointer));
|
||||
close(*((int*) pointer)); //TODO: Fix global pointer problem
|
||||
break;
|
||||
|
||||
case OPENDIR: //OPENDIR SYSTEM CALL
|
||||
|
Loading…
x
Reference in New Issue
Block a user