X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsymlink.c;h=40bbb8041d23de395cddb92d4e5bb5590de24fec;hb=fef5e6b4fc847bb1c01a20314effae7cb7828f38;hp=1e6cbedc312dbf463241f63c86ae576fb46a5876;hpb=441aa3044f43e5572f58c354f01e6bc070acd5c7;p=gnulib.git diff --git a/lib/symlink.c b/lib/symlink.c index 1e6cbedc3..40bbb8041 100644 --- a/lib/symlink.c +++ b/lib/symlink.c @@ -1,5 +1,5 @@ /* Stub for symlink(). - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 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 General Public License as published by @@ -47,8 +47,8 @@ rpl_symlink (char const *contents, char const *name) /* The system does not support symlinks. */ int -symlink (char const *contents _UNUSED_PARAMETER_, - char const *name _UNUSED_PARAMETER_) +symlink (char const *contents _GL_UNUSED, + char const *name _GL_UNUSED) { errno = ENOSYS; return -1;