X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Freadlink.c;h=35d045b9a1205d2bc4bc672cb7b77ff60a14f4d9;hb=83d7371a65a6f805956fb34f0321bff6b4dc7955;hp=0c6f09a1bd2524f3c0d4d85cfde6521cfe9dedab;hpb=5835d9b52879c334f16e747c54be8ec9c62e8536;p=gnulib.git diff --git a/lib/readlink.c b/lib/readlink.c index 0c6f09a1b..35d045b9a 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-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU 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;