aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
-rw-r--r--src/sysdep.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 66d233a5a8d..3ca63554840 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -3104,7 +3104,7 @@ EXFUN (Fx_popup_dialog, 3);
3104extern void syms_of_xmenu P_ ((void)); 3104extern void syms_of_xmenu P_ ((void));
3105 3105
3106/* defined in sysdep.c */ 3106/* defined in sysdep.c */
3107#ifndef HAVE_CURRENT_DIR_NAME 3107#ifndef HAVE_GET_CURRENT_DIR_NAME
3108extern char *get_current_dir_name P_ ((void)); 3108extern char *get_current_dir_name P_ ((void));
3109#endif 3109#endif
3110extern void stuff_char P_ ((char c)); 3110extern void stuff_char P_ ((char c));
diff --git a/src/sysdep.c b/src/sysdep.c
index f75da6a9c2a..ad043c023a2 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -260,7 +260,7 @@ void hft_reset ();
260SIGMASKTYPE sigprocmask_set; 260SIGMASKTYPE sigprocmask_set;
261 261
262 262
263#ifndef HAVE_CURRENT_DIR_NAME 263#ifndef HAVE_GET_CURRENT_DIR_NAME
264 264
265/* Return the current working directory. Returns NULL on errors. 265/* Return the current working directory. Returns NULL on errors.
266 Any other returned value must be freed with free. This is used 266 Any other returned value must be freed with free. This is used