diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2018-06-18 10:25:22 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2018-06-18 12:00:58 -0400 |
commit | 63a9e923e666ae3b878d3d3c10d79f10f567c661 (patch) | |
tree | 24e1be81ec6891b3f72dae672d0411463db1be14 /sim/ppc/config.in | |
parent | 633f513999f36b6b059588a296cef6e715c3b91b (diff) | |
download | gdb-users/simark/autotools-bump.zip gdb-users/simark/autotools-bump.tar.gz gdb-users/simark/autotools-bump.tar.bz2 |
Generated filesusers/simark/autotools-bump
Diffstat (limited to 'sim/ppc/config.in')
-rw-r--r-- | sim/ppc/config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sim/ppc/config.in b/sim/ppc/config.in index d001811..e157e9f 100644 --- a/sim/ppc/config.in +++ b/sim/ppc/config.in @@ -163,16 +163,16 @@ /* Define if struct statfs is defined in <sys/mount.h> */ #undef HAVE_STRUCT_STATFS -/* Define to 1 if `struct stat' is a member of `st_blksize'. */ +/* Define to 1 if `st_blksize' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_BLKSIZE -/* Define to 1 if `struct stat' is a member of `st_blocks'. */ +/* Define to 1 if `st_blocks' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_BLOCKS -/* Define to 1 if `struct stat' is a member of `st_rdev'. */ +/* Define to 1 if `st_rdev' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_RDEV -/* Define to 1 if `struct tm' is a member of `tm_zone'. */ +/* Define to 1 if `tm_zone' is a member of `struct tm'. */ #undef HAVE_STRUCT_TM_TM_ZONE /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use |