mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -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
|
||||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue