aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-02-27 21:48:31 +0200
committerEli Zaretskii2011-02-27 21:48:31 +0200
commit0f7bb05d28a57975fca586d7b3aa5e72edf56897 (patch)
tree808ec29fd466d37a0f90b3818a39567a5cd85249 /nt/ChangeLog
parentd05e7e6721bc02b910965293752198e9c73e2208 (diff)
downloademacs-0f7bb05d28a57975fca586d7b3aa5e72edf56897.tar.gz
emacs-0f7bb05d28a57975fca586d7b3aa5e72edf56897.zip
Implement stubs of `readlink' and `symlink' for MS-Windows.
src/w32.c (symlink, readlink): New stub functions. nt/inc/unistd.h (readlink, symlink): Declare prototypes.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index bfaba610bf2..e55fc52a487 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12011-02-27 Eli Zaretskii <eliz@gnu.org>
2
3 * inc/unistd.h (readlink, symlink): Declare prototypes.
4
12011-02-26 Eli Zaretskii <eliz@gnu.org> 52011-02-26 Eli Zaretskii <eliz@gnu.org>
2 6
3 * config.nt (nlink_t): Define. 7 * config.nt (nlink_t): Define.