diff options
Diffstat (limited to 'libbb/safe_poll.c')
-rw-r--r-- | libbb/safe_poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/safe_poll.c b/libbb/safe_poll.c index cf93a9774..a07e785f3 100644 --- a/libbb/safe_poll.c +++ b/libbb/safe_poll.c @@ -27,7 +27,7 @@ int FAST_FUNC safe_poll(struct pollfd *ufds, nfds_t nfds, int timeout) /* I doubt many callers would handle this correctly! */ if (errno == ENOMEM) continue; - bb_perror_msg("poll"); + bb_simple_perror_msg("poll"); return n; } } |