* posix.sgml (std-notes): Improve lseek description.
This commit is contained in:
		| @@ -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> | 2010-04-12  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
| 	* fhandler_tty.cc (fhandler_tty_slave::open): Add code to duplicate | 	* 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. | a true hardlink.  This is true at least for FAT and FAT32 filesystems. | ||||||
| NTFS supports hardlinks.  </para> | NTFS supports hardlinks.  </para> | ||||||
|  |  | ||||||
| <para><function>lseek</function> only works properly on binary | <para><function>lseek</function> only works properly on files opened in | ||||||
| files.</para> | 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 | <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 | switch after a call to one of the exec(2) functions took place.  Windows | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user