mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- open() no longer examines a file after opening it in order to figure
out whether read/write accesses are permitted. This decision is now for the file system to make. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14799 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -40,6 +40,10 @@
|
||||
|
||||
- Switched over the last use of DeviceProc() to GetDeviceProc(), etc.
|
||||
|
||||
- open() no longer examines a file after opening it in order to figure
|
||||
out whether read/write accesses are permitted. This decision is now
|
||||
for the file system to make.
|
||||
|
||||
|
||||
c.lib 1.185 (2.1.2005)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user