From: Roland McGrath Date: Sat, 26 Feb 2005 00:59:08 +0000 (+0000) Subject: 2005-02-21 Ulrich Drepper X-Git-Tag: cvs/glibc-2_3_5~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbfa039bdb7ce8226587c2f17d48b463ba6d2d6a;p=thirdparty%2Fglibc.git 2005-02-21 Ulrich Drepper [BZ #767] * posix/unistd.h: symlink and readlink are unconditionally available in the 2001 spec. --- diff --git a/posix/unistd.h b/posix/unistd.h index bf66f7543aa..aa568dc93a9 100644 --- a/posix/unistd.h +++ b/posix/unistd.h @@ -728,7 +728,7 @@ extern int ttyslot (void) __THROW; extern int link (__const char *__from, __const char *__to) __THROW __nonnull ((1, 2)); -#if defined __USE_BSD || defined __USE_XOPEN_EXTENDED +#if defined __USE_BSD || defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K /* Make a symbolic link to FROM named TO. */ extern int symlink (__const char *__from, __const char *__to) __THROW __nonnull ((1, 2));