mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Small fixes to fcntl() and select() to cover the thread-safe
fd->fd_DefaultFile == ZERO case. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14901 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -130,15 +130,12 @@
|
||||
be pulled in only if something references the HUGE_VAL
|
||||
constant.
|
||||
|
||||
- The thread-safe system() call now blocks all standard I/O operations
|
||||
until the function has returned. Which is harsh, but there is no
|
||||
elegant solution to the issue of keeping the same dos.library
|
||||
file handles from concurrent use which SystemTagList() might just
|
||||
end up using.
|
||||
|
||||
- Activated the dormant thread-safe standard input/output/error
|
||||
handling code.
|
||||
|
||||
- Small fixes to fcntl() and select() to cover the thread-safe
|
||||
fd->fd_DefaultFile == ZERO case.
|
||||
|
||||
|
||||
c.lib 1.189 (5.3.2005)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user