From 6b5825780263e16ea89d868a02cebed75e4c95e2 Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Sun, 27 Jun 2004 03:14:51 +0000 Subject: [PATCH] * callback.c (os_shutdown): Fix bug in last change: actually mark file descriptors as available on startup. --- sim/common/ChangeLog | 5 +++++ sim/common/callback.c | 1 + 2 files changed, 6 insertions(+) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 573c82d9b4..b4d3d2a00b 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,8 @@ +2004-06-27 J"orn Rennecke + + * callback.c (os_shutdown): Fix bug in last change: actually + mark file descriptors as available on startup. + 2004-06-25 J"orn Rennecke [ include/gdb: * callback.h (host_callback_struct): Replace diff --git a/sim/common/callback.c b/sim/common/callback.c index bbb3fe5baa..ca707fc18c 100644 --- a/sim/common/callback.c +++ b/sim/common/callback.c @@ -453,6 +453,7 @@ os_shutdown (p) /* At the initial call of os_init, we got -1, 0, 0, 0, ... */ if (next < 0) { + p->fd_buddy[i] = -1; do_close = 0; break; } -- 2.11.0