edited by
617 views
0 votes
0 votes

Figure $1-23$ shows that a number of UNIX system calls have no Win32 API equivalents. For each of the calls listed as having no Win32 equivalent, what are the consequences for a programmer of converting a UNIX program to run under Windows?

edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
admin asked Oct 23, 2019
204 views
To a programmer, a system call looks like any other call to a library procedure. Is it important that a programmer know which library procedures result in system calls? U...
0 votes
0 votes
0 answers
3
admin asked Oct 23, 2019
228 views
For each of the following system calls, give a condition that causes it to fail: fork, exec, and unlink.