X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetcwd.h;h=59606ddc249c6236ebfe82da27d4886dd29bc66d;hb=85fc15b1bf5d976584d8f174682a0d677692f0ea;hp=9487ab97ddc37ff3a4cc6fb71fa514dbfc018081;hpb=949e325622e69348f265c23f0e72b352ff39dc90;p=gnulib.git diff --git a/lib/getcwd.h b/lib/getcwd.h index 9487ab97d..59606ddc2 100644 --- a/lib/getcwd.h +++ b/lib/getcwd.h @@ -1,6 +1,6 @@ /* Get the working directory, compatibly with the GNU C Library. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004-2005 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Paul Eggert. */ @@ -22,9 +22,7 @@ cause confusion if included after this file. */ #include -#if HAVE_UNISTD_H -# include -#endif +#include /* If necessary, systematically rename identifiers so that they do not collide with the system function. Renaming avoids problems with @@ -36,5 +34,7 @@ # define __GETCWD_XCONCAT(x, y) __GETCWD_CONCAT (x, y) # define __GETCWD_ID(y) __GETCWD_XCONCAT (__GETCWD_PREFIX, y) # define getcwd __GETCWD_ID (getcwd) +/* See the POSIX:2001 specification + . */ char *getcwd (char *, size_t); #endif