openbsd-ports/devel/binutils/stable/patches/patch-include_libiberty_h
fgsch f331347981 o regen patches.
o add leading underscode to _GLOBAL_OFFSET_TABLE for a.out.
2002-03-10 06:39:30 +00:00

15 lines
402 B
Plaintext

--- include/libiberty.h.orig Thu Jun 7 00:21:38 2001
+++ include/libiberty.h Sun Mar 10 02:28:37 2002
@@ -48,6 +48,11 @@ extern "C" {
#include <stdarg.h>
#endif
+/* Make temporary file name */
+
+extern int mkstemp PARAMS ((char *));
+extern char *mkdtemp PARAMS ((char *));
+
/* Build an argument vector from a string. Allocates memory using
malloc. Use freeargv to free the vector. */