]> git.ipfire.org Git - thirdparty/pciutils.git/commit
Adjust prototypes of xmalloc(), xrealloc() and xstrdup()
authorMartin Mares <mj@ucw.cz>
Sat, 17 Mar 2018 11:39:00 +0000 (12:39 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 17 Mar 2018 11:39:00 +0000 (12:39 +0100)
commitd1d7d88a5d0009a9a01f623f887bef2bdc3728d3
tree0e9563f41ae26481cc5fc2b5a29eea434084cbac
parentb47b5bd408e161901fcee67346f5ea8d26087c12
Adjust prototypes of xmalloc(), xrealloc() and xstrdup()

SylixOS defines its own versions of these functions in its standard
library, which collide with ours. However, their prototypes make
more sense, because they follow the prototypes of the non-x versions
in the C standard, so there is no harm in following them.
common.c
pciutils.h