1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- In <stdio.h> MAXPATHLEN is now equivalent to PATH_MAX (from <limits.h>),

as suggested by Henning Nielsen Lund.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15085 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2006-03-06 08:43:48 +00:00
parent 48654e7cb4
commit 524b70034c
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,6 @@
- In <stdio.h> MAXPATHLEN is now equivalent to PATH_MAX (from <limits.h>),
as suggested by Henning Nielsen Lund.
- Added lockf() support, as supplied by Henning Nielsen Lund.
Thank you very much!