aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-02-27 21:51:35 +0200
committerEli Zaretskii2011-02-27 21:51:35 +0200
commit4824410fa8236c8c005107d24898e48c762e83c6 (patch)
treef281f350b17a34b5b8dae65f8395e8944e53beee /src/ChangeLog
parent0f7bb05d28a57975fca586d7b3aa5e72edf56897 (diff)
parent40be44e2a95cd703e49022c8f8aa0ce5b9b29ea6 (diff)
downloademacs-4824410fa8236c8c005107d24898e48c762e83c6.tar.gz
emacs-4824410fa8236c8c005107d24898e48c762e83c6.zip
Implement stub emulation of `readlink' for MS-DOS.
src/msdos.c (readlink) [DJGPP < 2.04]: New stub function. src/msdos.h: (readlink) [DJGPP < 2.04]: Declare prototype.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f3710495c4a..a7c9d4c7e3c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-02-27 Eli Zaretskii <eliz@gnu.org> 12011-02-27 Eli Zaretskii <eliz@gnu.org>
2 2
3 * msdos.c (readlink) [DJGPP < 2.04]: New stub function.
4
5 * msdos.h: (readlink) [DJGPP < 2.04]: Declare prototype.
6
3 * w32.c (symlink, readlink): New stub functions. 7 * w32.c (symlink, readlink): New stub functions.
4 8
52011-02-27 Paul Eggert <eggert@cs.ucla.edu> 92011-02-27 Paul Eggert <eggert@cs.ucla.edu>