kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

backtrace function name conflict #639

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. look at src/lib/debug/backtrace.h
2. look at man backtrace

What is the expected output? What do you see instead?
Again, function with the same name and different signature and semantics.
This time not inline, which means app really tries to link against it.
I continue to insist that having global namespaces we should avoid symbol and 
header name duplication with well-known entities.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by fsul...@gmail.com on 27 Aug 2013 at 1:42

GoogleCodeExporter commented 9 years ago
fixed by r11176

Original comment by ki.stfu on 10 Oct 2013 at 3:21