mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Add more compatibility defines.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
e0d52fdd8a
commit
31230b2427
1 changed files with 7 additions and 0 deletions
|
|
@ -25,6 +25,9 @@
|
||||||
#ifndef EBADFD
|
#ifndef EBADFD
|
||||||
#define EBADFD EBADF
|
#define EBADFD EBADF
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef ESTRPIPE
|
||||||
|
#define ESTRPIPE EPIPE
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __u16
|
#ifndef __u16
|
||||||
#define __u16 uint16_t
|
#define __u16 uint16_t
|
||||||
|
|
@ -63,4 +66,8 @@
|
||||||
#define __kernel_off_t off_t
|
#define __kernel_off_t off_t
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __bitwise
|
||||||
|
#define __bitwise
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue