Forgot to include strace in the huge commit that changed the _kern_load_image() signature, sorry!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21718 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2005, Ingo Weinhold, [email protected].
|
* Copyright 2005-2007, Ingo Weinhold, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -194,7 +194,7 @@ load_program(const char *const *args, int32 argCount, bool traceLoading)
|
|||||||
// load the program
|
// load the program
|
||||||
error = _kern_load_image(argCount, mutableArgs, envCount,
|
error = _kern_load_image(argCount, mutableArgs, envCount,
|
||||||
(const char**)environ, B_NORMAL_PRIORITY,
|
(const char**)environ, B_NORMAL_PRIORITY,
|
||||||
(traceLoading ? 0 : B_WAIT_TILL_LOADED));
|
(traceLoading ? 0 : B_WAIT_TILL_LOADED), -1, 0);
|
||||||
|
|
||||||
delete[] mutableArgs;
|
delete[] mutableArgs;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user