mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
fix various warnings
See also ALSA bug#1689
This commit is contained in:
parent
8c9e4114a2
commit
57eb3145b8
5 changed files with 10 additions and 8 deletions
|
|
@ -130,7 +130,7 @@ int snd_shm_area_destroy(struct snd_shm_area *area);
|
|||
|
||||
int snd_user_file(const char *file, char **result);
|
||||
|
||||
#ifndef _POSIC_C_SOURCE
|
||||
#ifndef _POSIX_C_SOURCE
|
||||
struct timeval {
|
||||
time_t tv_sec; /* seconds */
|
||||
long tv_usec; /* microseconds */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue