diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2cfe46f5352..ace62d9d8f7 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-08-04 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * ntlib.h: Include fcntl.h. | ||
| 4 | (mkostemp): Declare prototype. | ||
| 5 | (mktemp): Don't redefine. | ||
| 6 | |||
| 7 | * ntlib.c (mkostemp): New function. (Bug#15015) | ||
| 8 | |||
| 1 | 2013-08-04 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2013-08-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Fix some minor races in hosts lacking mkostemp (Bug#15015). | 11 | Fix some minor races in hosts lacking mkostemp (Bug#15015). |