05/19/2010 6:19 AM
post55101
|
In QNX 6.4.1 the documentation for spawn() says:
"The value in argv[0] should represent the filename of the program being loaded, but can be NULL if no arguments are
being passed."
In practice, on an x86 platform, if argv[0] is NULL the call always fails with EINVAL. Presumably either the
implementation or the documentation is incorrect.
Bill A.
|
|
|