settimeofday was listed twice
This commit is contained in:
parent
dc98804b1c
commit
31b3dbe174
|
@ -61,8 +61,8 @@ IDLE_PRIORITY_CLASS has it stay at that priority. Note that in the
|
||||||
Win32 API, there are 32 priorities. So currently we only give access
|
Win32 API, there are 32 priorities. So currently we only give access
|
||||||
to four of these through <function>nice</function>.
|
to four of these through <function>nice</function>.
|
||||||
|
|
||||||
<para> <function>seteuid</function>, <function>setegid</function>, and
|
<para> <function>seteuid</function> and <function>setegid</function>
|
||||||
<function>settimeofday</function> always return 0 and sets errno to
|
always return 0 and set errno to
|
||||||
ENOSYS.</para>
|
ENOSYS.</para>
|
||||||
|
|
||||||
<para><function>vfork</function> just calls
|
<para><function>vfork</function> just calls
|
||||||
|
|
Loading…
Reference in New Issue