X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Freadlink.c;h=baac1322442a244a03bb79233591acefe2773cbc;hb=cbf7a84bcf8194d6687244fb0e0701539aeeee21;hp=0c6f09a1bd2524f3c0d4d85cfde6521cfe9dedab;hpb=5835d9b52879c334f16e747c54be8ec9c62e8536;p=gnulib.git diff --git a/lib/readlink.c b/lib/readlink.c index 0c6f09a1b..baac13224 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-2012 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;