diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-11-25 21:11:38 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-11-25 21:11:38 +0000 |
commit | cfc089f7085f246520565930031aab987adc2377 (patch) | |
tree | 30bac226ea5e22aca8700f3c8b01f6f9db6cd33a /gnu/lib/libiberty | |
parent | 4dceaf0f10acac225155129752f43566b4a01418 (diff) |
Duplicate proto, result of bad merge
Diffstat (limited to 'gnu/lib/libiberty')
-rw-r--r-- | gnu/lib/libiberty/include/libiberty.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/lib/libiberty/include/libiberty.h b/gnu/lib/libiberty/include/libiberty.h index 3f478b93106..fd0f641aed0 100644 --- a/gnu/lib/libiberty/include/libiberty.h +++ b/gnu/lib/libiberty/include/libiberty.h @@ -159,10 +159,6 @@ extern char *choose_temp_base PARAMS ((void)) ATTRIBUTE_MALLOC; extern char *make_temp_file PARAMS ((const char *)) ATTRIBUTE_MALLOC; -/* Return a temporary file name or NULL if unable to create one. */ - -extern char *make_temp_file PARAMS ((const char *)); - /* Allocate memory filled with spaces. Allocates using malloc. */ extern const char *spaces PARAMS ((int count)); @@ -250,10 +246,6 @@ extern PTR xmemdup PARAMS ((const PTR, size_t, size_t)) ATTRIBUTE_MALLOC; extern double physmem_total PARAMS ((void)); extern double physmem_available PARAMS ((void)); -/* Copy an existing memory buffer to a new memory buffer without fail. */ - -extern PTR xmemdup PARAMS ((const PTR, size_t, size_t)); - /* hex character manipulation routines */ #define _hex_array_size 256 |