From 4f726510eb51706fb3c35e78f22c36ae3323a3c7 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Wed, 4 Sep 2002 02:44:32 +0000 Subject: Added function 'get_current_dir_name' for Linux Test Project. Tested and works identically to function in glibc. --- include/unistd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/unistd.h b/include/unistd.h index 0f9942b2e..e5441c48e 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -423,13 +423,10 @@ extern int fchdir (int __fd) __THROW; big as necessary. */ extern char *getcwd (char *__buf, size_t __size) __THROW; -#if 0 -/*#ifdef __USE_GNU*/ /* Return a malloc'd string containing the current directory name. If the environment variable `PWD' is set, and its value is correct, that value is used. */ extern char *get_current_dir_name (void) __THROW; -#endif #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED /* Put the absolute pathname of the current working directory in BUF. -- cgit v1.2.3