about summary refs log tree commit diff
path: root/debug/getwd_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/getwd_chk.c')
-rw-r--r--debug/getwd_chk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/getwd_chk.c b/debug/getwd_chk.c
index dadbb3d865..af19f782aa 100644
--- a/debug/getwd_chk.c
+++ b/debug/getwd_chk.c
@@ -29,5 +29,5 @@ __getwd_chk (char *buf, size_t buflen)
   return res;
 }
 
-link_warning (getwd,
+link_warning (__getwd_chk,
 	      "the `getwd' function is dangerous and should not be used.")