diff options
Diffstat (limited to 'src/conf_post.h')
| -rw-r--r-- | src/conf_post.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_post.h b/src/conf_post.h index e9101ce1c57..2e78c2f5e25 100644 --- a/src/conf_post.h +++ b/src/conf_post.h | |||
| @@ -119,7 +119,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 119 | #endif | 119 | #endif |
| 120 | 120 | ||
| 121 | /* We must intercept 'opendir' calls to stash away the directory name, | 121 | /* We must intercept 'opendir' calls to stash away the directory name, |
| 122 | so we could reuse it in realinkat, see msdos.c. */ | 122 | so we could reuse it in readlinkat; see msdos.c. */ |
| 123 | #define opendir sys_opendir | 123 | #define opendir sys_opendir |
| 124 | 124 | ||
| 125 | /* The "portable" definition of _GL_INLINE on config.h does not work | 125 | /* The "portable" definition of _GL_INLINE on config.h does not work |