diff options
Diffstat (limited to 'sim/common/hw-device.c')
-rw-r--r-- | sim/common/hw-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/hw-device.c b/sim/common/hw-device.c index 72e6478..a5dff43 100644 --- a/sim/common/hw-device.c +++ b/sim/common/hw-device.c @@ -50,7 +50,7 @@ hw_ioctl (struct hw *me, va_end(ap); return status; } - + char * hw_strdup (struct hw *me, const char *str) { |