]> sourceware.org Git - systemtap.git/commit
(PR14571 partial fix) For dyninst, rename 'stat' to 'stat_data'.
authorDavid Smith <dsmith@redhat.com>
Mon, 17 Sep 2012 18:54:18 +0000 (13:54 -0500)
committerDavid Smith <dsmith@redhat.com>
Mon, 17 Sep 2012 18:54:18 +0000 (13:54 -0500)
commite3fcef9b73ffada8fc950912a3b9643b23a89eca
tree6b7f7a254bdc8e06c62c95c25409126b03fd0ce7
parentd069fe28d57396fb1fa68fea6821b2cb340adeb1
(PR14571 partial fix) For dyninst, rename 'stat' to 'stat_data'.

* runtime/stat.h: To avoid clashing with 'stat' definition from
  /usr/include/sys/stat.h, rename internal 'stat' typedef to 'stat_data'.
* runtime/map-gen.c: Renamed 'stat' to 'stat_data'.
* runtime/map-stat.c: Ditto.
* runtime/map.c: Ditto.
* runtime/map.h: Ditto.
* runtime/pmap-gen.c: Ditto.
* runtime/stat-common.c: Ditto.
* runtime/stat.c: Ditto.
runtime/map-gen.c
runtime/map-stat.c
runtime/map.c
runtime/map.h
runtime/pmap-gen.c
runtime/stat-common.c
runtime/stat.c
runtime/stat.h
This page took 0.026806 seconds and 5 git commands to generate.