Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/dist/gdb/common Add a declaration for cano...
details: https://anonhg.NetBSD.org/src/rev/4cbbffd0b95b
branches: trunk
changeset: 999326:4cbbffd0b95b
user: christos <christos%NetBSD.org@localhost>
date: Wed May 29 01:41:01 2019 +0000
description:
Add a declaration for canonicalize_file_name(), it really does not belong
here, but it is the most convenient (since it is only used in pathstuff.c)
diffstat:
external/gpl3/gdb/dist/gdb/common/pathstuff.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (10 lines):
diff -r 88b1015d690f -r 4cbbffd0b95b external/gpl3/gdb/dist/gdb/common/pathstuff.h
--- a/external/gpl3/gdb/dist/gdb/common/pathstuff.h Wed May 29 01:38:27 2019 +0000
+++ b/external/gpl3/gdb/dist/gdb/common/pathstuff.h Wed May 29 01:41:01 2019 +0000
@@ -92,4 +92,6 @@
extern gdb::char_vector make_temp_filename (const std::string &f);
+extern "C" char *canonicalize_file_name (const char *path);
+
#endif /* COMMON_PATHSTUFF_H */
Home |
Main Index |
Thread Index |
Old Index