]> sourceware.org Git - glibc.git/blobdiff - string/argz.h
update from main archive 961105
[glibc.git] / string / argz.h
index d7814fdd2e74821f18e4f278fcf863847a9e5a67..8d81853c10fd01563afc086869b7e87781c2b602 100644 (file)
@@ -27,8 +27,6 @@
 
 __BEGIN_DECLS
 
-#ifdef __USE_GNU
-
 /* Make a '\0' separated arg vector from a unix argv vector, returning it in
    ARGZ, and the total length in LEN.  If a memory allocation error occurs,
    ENOMEM is returned, otherwise 0.  The result can be destroyed using free. */
@@ -129,6 +127,4 @@ argz_next (char *__argz, size_t __argz_len, __const char *__entry)
 }
 #endif /* optimizing GCC2 */
 
-#endif /* use GNU */
-
-#endif /* __ARGZ_H__ */
+#endif /* argz.h */
This page took 0.02745 seconds and 5 git commands to generate.