mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
type_compat.h: use ESPIPE instead of EPIPE when ESTRPIPE not defined
Fixes: https://github.com/alsa-project/alsa-lib/pull/298 Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
fea9fc2298
commit
3b4cdbdf19
2 changed files with 5 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#define EBADFD EBADF
|
||||
#endif
|
||||
#ifndef ESTRPIPE
|
||||
#define ESTRPIPE EPIPE
|
||||
#define ESTRPIPE ESPIPE
|
||||
#endif
|
||||
|
||||
#ifndef __u16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue