mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- __get_default_file() called __fd_unlock() without having called
__fd_lock() first. Ouch. - Removed an unnecessary pair of __fd_lock()..__fd_unlock() calls from ttyname_r(). git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15156 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -1,4 +1,10 @@
|
||||
- Unlink is now reentrant, or at least thread-safe.
|
||||
- __get_default_file() called __fd_unlock() without having called
|
||||
__fd_lock() first. Ouch.
|
||||
|
||||
- Removed an unnecessary pair of __fd_lock()..__fd_unlock() calls from
|
||||
ttyname_r().
|
||||
|
||||
- The libunix.a unlink() function is now reentrant, or at least thread-safe.
|
||||
|
||||
- You can now make unlink() stop after a failed deletion attempt which
|
||||
failed because the object to be deleted was reported as being "in use".
|
||||
|
||||
Reference in New Issue
Block a user