diff options
| -rw-r--r-- | src/hci/strerror.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hci/strerror.c b/src/hci/strerror.c index 045e6357f..7609f03ea 100644 --- a/src/hci/strerror.c +++ b/src/hci/strerror.c @@ -120,4 +120,5 @@ struct errortab common_errors[] __errortab = { { ENOENT, "File not found" }, { ENETUNREACH, "Network unreachable" }, { ETIMEDOUT, "Connection timed out" }, + { EPIPE, "Broken pipe" }, }; |
