summaryrefslogtreecommitdiff
path: root/lib/readlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/readlink.c')
-rw-r--r--lib/readlink.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/readlink.c b/lib/readlink.c
index 704e6f099..7d326b48f 100644
--- a/lib/readlink.c
+++ b/lib/readlink.c
@@ -1,5 +1,5 @@
/* Stub for readlink().
- Copyright (C) 2003-2007, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2003-2007, 2009-2010 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
@@ -29,8 +29,8 @@
such as DJGPP 2.03 and mingw32. */
ssize_t
-readlink (const char *name, char *buf _UNUSED_PARAMETER_,
- size_t bufsize _UNUSED_PARAMETER_)
+readlink (const char *name, char *buf _GL_UNUSED,
+ size_t bufsize _GL_UNUSED)
{
struct stat statbuf;