cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/lib/getcwd.h


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/lib/getcwd.h
Date: Fri, 12 Aug 2005 16:58:12 -0400

Index: ccvs/lib/getcwd.h
diff -u ccvs/lib/getcwd.h:1.2 ccvs/lib/getcwd.h:1.3
--- ccvs/lib/getcwd.h:1.2       Mon May 23 17:44:30 2005
+++ ccvs/lib/getcwd.h   Fri Aug 12 20:58:10 2005
@@ -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
@@ -36,5 +36,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
+   <http://www.opengroup.org/susv3xsh/getcwd.html>.  */
 char *getcwd (char *, size_t);
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]