From d711a4860afcfecb23de8ea178acf2ae58650b2f Mon Sep 17 00:00:00 2001 From: darylm503 Date: Wed, 2 Nov 2011 19:24:19 +0000 Subject: StdLib: Add directory access functions to PosixLib. Update and to latest version. Enable the tempnam function. Fix assignments within predicate expressions so that it is clear where assignment is intended and where comparison occurs. Remove internal.h and DirFunctions.c with its non-portable opendir, closedir, and readdir functions. Add modified versions of the NetBSD opendir, closedir, and readdir functions. Fix the declaration of stat() to be standards compliant and consistent with code. Clean up indentation and declarations of non-existent objects. Signed-off-by: darylm503 Reviewed-by: lgrosenb Reviewed-by: lpleahy Reviewed-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12649 6f19259b-4bc3-4df7-8a09-765794883524 --- StdLib/PosixLib/Glob/glob.c | 1 - 1 file changed, 1 deletion(-) (limited to 'StdLib/PosixLib/Glob/glob.c') diff --git a/StdLib/PosixLib/Glob/glob.c b/StdLib/PosixLib/Glob/glob.c index a6a2dc156e..e7556c226a 100644 --- a/StdLib/PosixLib/Glob/glob.c +++ b/StdLib/PosixLib/Glob/glob.c @@ -89,7 +89,6 @@ #include #include #include -#include "internal.h" #ifdef HAVE_NBTOOL_CONFIG_H #define NO_GETPW_R -- cgit v1.2.3