view lib/relocatable.valgrind @ 40086:d6de7c427079

stdopen: modernize and simplify * lib/stdopen.c: Update copyright date Do not include sys/types.h; no longer needed these days. (stdopen): Use C99-style decl in loop. Return int errno value, rather than just a bool. Do not worry about fd mismatches, since the caller cares only if 0, 1, 2 are occupied. * lib/stdopen.h: No need to include <stdbool.h>. * m4/stdopen.m4: Remove. * modules/stdopen: New file.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 05 Jan 2019 18:02:32 -0800
parents 878ffe72bbfc
children
line wrap: on
line source

# set_this_relocation_prefix leaks intentionally
{
  relocatable/set_this_relocation_prefix
  Memcheck:Leak
  fun:malloc
  fun:set_this_relocation_prefix
  fun:set_relocation_prefix
}