diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-03-21 21:23:35 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-03-21 21:23:35 +0000 |
commit | d3ea68091c7b557fa76c915778273f6b9a743938 (patch) | |
tree | 2a68a6676df975f4251f4897cde6a6551ef6a801 /gdb/ChangeLog | |
parent | d460b7f5daae7daa8044d121d25fd41817bd4bd7 (diff) | |
download | gdb-d3ea68091c7b557fa76c915778273f6b9a743938.zip gdb-d3ea68091c7b557fa76c915778273f6b9a743938.tar.gz gdb-d3ea68091c7b557fa76c915778273f6b9a743938.tar.bz2 |
* configure.ac (stat.st_blksize): Check for it.
(getuid): Likewise.
(getgid): Likewise.
* configure: Regenerated.
* config.in: Likewise.
* remote-fileio.c (remote_fileio_to_fio_stat): Check
HAVE_STRUCT_STAT_ST_BLKSIZE.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 369c0c2..5756020 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2005-03-21 Mark Mitchell <mark@codesourcery.com> + + * configure.ac (stat.st_blksize): Check for it. + (getuid): Likewise. + (getgid): Likewise. + * configure: Regenerated. + * config.in: Likewise. + * remote-fileio.c (remote_fileio_to_fio_stat): Check + HAVE_STRUCT_STAT_ST_BLKSIZE. + 2005-03-21 Christopher Faylor <cgf@timesys.com> * win32-nat.c (do_initial_child_stuff): Don't clear the thread list |