jit: c++-ify gdb_block
[deliverable/binutils-gdb.git] / libctf / ctf-impl.h
index f8e9a7788adee27f39c81f175275f7306a8da8a8..6040457e36ec2d8176250eb4f1f007315deb1dd5 100644 (file)
@@ -455,14 +455,9 @@ extern void *ctf_mmap (size_t length, size_t offset, int fd);
 extern void ctf_munmap (void *, size_t);
 extern ssize_t ctf_pread (int fd, void *buf, ssize_t count, off_t offset);
 
-_libctf_malloc_
-extern void *ctf_alloc (size_t);
-extern void ctf_free (void *);
 extern void *ctf_realloc (ctf_file_t *, void *, size_t);
-
-_libctf_malloc_
-extern char *ctf_strdup (const char *);
 extern char *ctf_str_append (char *, const char *);
+extern char *ctf_str_append_noerr (char *, const char *);
 extern const char *ctf_strerror (int);
 
 extern ctf_id_t ctf_type_resolve_unsliced (ctf_file_t *, ctf_id_t);
This page took 0.02702 seconds and 4 git commands to generate.