From: SASANO Takayoshi Date: Sun, 4 Jun 2023 01:24:58 +0000 (+0900) Subject: ESTRPIPE not defined, use ESPIPE (not EPIPE) X-Git-Tag: v1.2.12~2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0ec21209dc4e564ba67566dc64fc9963055c384e;p=alsa-plugins.git ESTRPIPE not defined, use ESPIPE (not EPIPE) Closes: https://github.com/alsa-project/alsa-plugins/pull/48 Signed-off-by: SASANO Takayoshi Signed-off-by: Jaroslav Kysela --- diff --git a/a52/pcm_a52.c b/a52/pcm_a52.c index 2bebccc..43a35e7 100644 --- a/a52/pcm_a52.c +++ b/a52/pcm_a52.c @@ -29,7 +29,7 @@ #include #ifndef ESTRPIPE -#define ESTRPIPE EPIPE +#define ESTRPIPE ESPIPE #endif /* some compatibility wrappers */