diff options
author | DJ Delorie <dj@redhat.com> | 2000-03-13 22:57:59 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-03-13 22:57:59 +0000 |
commit | 31b3dbe174d47b96ee7a8b08c7e67b50505eb79e (patch) | |
tree | a7b617c2785c9663b8277a44d741254e060bcc57 /winsup/cygwin/misc-std.sgml | |
parent | dc98804b1cc232919f6493b741d3d80c56f7a895 (diff) | |
download | cygnal-31b3dbe174d47b96ee7a8b08c7e67b50505eb79e.tar.gz cygnal-31b3dbe174d47b96ee7a8b08c7e67b50505eb79e.tar.bz2 cygnal-31b3dbe174d47b96ee7a8b08c7e67b50505eb79e.zip |
settimeofday was listed twice
Diffstat (limited to 'winsup/cygwin/misc-std.sgml')
-rw-r--r-- | winsup/cygwin/misc-std.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/misc-std.sgml b/winsup/cygwin/misc-std.sgml index 1c02311f0..de47d14d2 100644 --- a/winsup/cygwin/misc-std.sgml +++ b/winsup/cygwin/misc-std.sgml @@ -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 to four of these through <function>nice</function>. -<para> <function>seteuid</function>, <function>setegid</function>, and -<function>settimeofday</function> always return 0 and sets errno to +<para> <function>seteuid</function> and <function>setegid</function> +always return 0 and set errno to ENOSYS.</para> <para><function>vfork</function> just calls |