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/799f8aff4299
branches:  trunk
changeset: 451608:799f8aff4299
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 16e95fb6e0c2 -r 799f8aff4299 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