Eliminate myrealloc() replacement function
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 4 Jan 2010 11:46:43 +0000 (13:46 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 4 Jan 2010 11:46:43 +0000 (13:46 +0200)
commit60dc809db136e8bba12a9d45e189248218e304cb
tree2e3a52b0e6f88b9893763683114a42b3030938d0
parent216cf2acb664e8d7f8a47857a942adba43d0fec2
Eliminate myrealloc() replacement function
- realloc(NULL, size) is defined as equal to malloc(size) in C99 and
  POSIX 2001, we dont care about anything older than that
configure.ac
misc/Makefile.am
misc/myrealloc.c [deleted file]
rpmio/rpmmalloc.c