Skip to content

Fix trace().

Rafael Kitover requested to merge rkitover/procps:fix-trace into newlib

Turn on trace() with DEBUG and remove the ## which causes these errors:

ps/common.h:176:26: error: pasting "(" and ""ps_argv[thisarg] is %s\n"" does no t give a valid preprocessing token

Signed-off-by: Rafael Kitover rkitover@gmail.com

Merge request reports