finalise NEWS.stable
[gnulib.git] / lib / scandir.c
index 498134f..824fe17 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-1998, 2000, 2002-2003, 2009-2010 Free Software
+/* Copyright (C) 1992-1998, 2000, 2002-2003, 2009-2011 Free Software
    Foundation, Inc.
    This file is part of the GNU C Library.
 
 
 #undef select
 
+#ifndef _D_EXACT_NAMLEN
+# define _D_EXACT_NAMLEN(d) strlen ((d)->d_name)
+#endif
+#ifndef _D_ALLOC_NAMLEN
+# define _D_ALLOC_NAMLEN(d) (_D_EXACT_NAMLEN (d) + 1)
+#endif
+
 #if _LIBC
 # ifndef SCANDIR
 #  define SCANDIR scandir