diff options
-rw-r--r-- | slirp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -238,7 +238,7 @@ void if_start(struct ttys *); #endif #ifndef HAVE_STRERROR -extern char *strerror(int error); +char *strerror(int error); #endif #ifndef HAVE_INDEX |
index : rocket-tools/riscv-gnu-toolchain/qemu/slirp.git | ||
Unnamed repository; edit this file 'description' to name the repository. | root |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | slirp.h | 2 |
@@ -238,7 +238,7 @@ void if_start(struct ttys *); #endif #ifndef HAVE_STRERROR -extern char *strerror(int error); +char *strerror(int error); #endif #ifndef HAVE_INDEX |