* include/sys/stdio.h (_flockfile): Don't try to lock a FILE

that has the __SSTR flag set.
	(_ftrylockfile): Likewise.
	(_funlockfile): Likewise.
This commit is contained in:
Brian Dessent
2007-09-06 18:47:44 +00:00
parent b95701711b
commit 1eb76b8f84
2 changed files with 16 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
2007-09-06 Brian Dessent <brian@dessent.net>
* include/sys/stdio.h (_flockfile): Don't try to lock a FILE
that has the __SSTR flag set.
(_ftrylockfile): Likewise.
(_funlockfile): Likewise.
2007-08-24 Corinna Vinschen <corinna@vinschen.de>
* syscalls.cc (open): Don't follow symlinks if O_EXCL is given.