From: Thomas Klausner Date: Thu, 3 Mar 2016 11:56:58 +0000 (+0100) Subject: Add more compatibility defines. X-Git-Tag: v1.1.1~12 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=31230b242723295b251602d0430f8a5065f88987;p=alsa-lib.git Add more compatibility defines. Signed-off-by: Takashi Iwai --- diff --git a/include/type_compat.h b/include/type_compat.h index 9cc209f7..0c10aed7 100644 --- a/include/type_compat.h +++ b/include/type_compat.h @@ -25,6 +25,9 @@ #ifndef EBADFD #define EBADFD EBADF #endif +#ifndef ESTRPIPE +#define ESTRPIPE EPIPE +#endif #ifndef __u16 #define __u16 uint16_t @@ -63,4 +66,8 @@ #define __kernel_off_t off_t #endif +#ifndef __bitwise +#define __bitwise +#endif + #endif