summaryrefslogtreecommitdiff
path: root/sim/common/callback.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-10-21 20:41:43 +0000
committerAndrew Cagney <cagney@redhat.com>2003-10-21 20:41:43 +0000
commit3f77e4dbd2288c5ee92027a0c11602eeee086a90 (patch)
tree56ce12a7c7c15fc4f6384f1bb4cacf23a9deac56 /sim/common/callback.c
parent0140894e2861f0c416ce5e2f2843b4fdd49343e8 (diff)
downloadgdb-3f77e4dbd2288c5ee92027a0c11602eeee086a90.tar.gz
2003-10-21 Andrew Cagney <cagney@redhat.com>
* callback.c (os_truncate): Call "truncate", and not "stat".
Diffstat (limited to 'sim/common/callback.c')
-rw-r--r--sim/common/callback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/callback.c b/sim/common/callback.c
index b22548182b5..aa2cf076bd3 100644
--- a/sim/common/callback.c
+++ b/sim/common/callback.c
@@ -420,7 +420,7 @@ os_truncate (p, file, len)
const char *file;
long len;
{
- return wrap (p, stat (file, len));
+ return wrap (p, truncate (file, len));
}
static int