mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
* posix.sgml (std-notes): Improve lseek description.
This commit is contained in:
parent
42e9cefd71
commit
6b1c332f28
@ -1,3 +1,7 @@
|
||||
2010-04-12 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* posix.sgml (std-notes): Improve lseek description.
|
||||
|
||||
2010-04-12 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler_tty.cc (fhandler_tty_slave::open): Add code to duplicate
|
||||
|
@ -1449,8 +1449,9 @@ only support ITIMER_REAL for now.</para>
|
||||
a true hardlink. This is true at least for FAT and FAT32 filesystems.
|
||||
NTFS supports hardlinks. </para>
|
||||
|
||||
<para><function>lseek</function> only works properly on binary
|
||||
files.</para>
|
||||
<para><function>lseek</function> only works properly on files opened in
|
||||
binary mode. On files opened in textmode (via mount mode or explicit
|
||||
open flag) its positioning is potentially unreliable.</para>
|
||||
|
||||
<para><function>setuid</function> is only safe against reverting the user
|
||||
switch after a call to one of the exec(2) functions took place. Windows
|
||||
|
Loading…
x
Reference in New Issue
Block a user