mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
[Companion] clang / linux compilation fix
This commit is contained in:
parent
28ccf7d8ee
commit
212838f12a
1 changed files with 3 additions and 3 deletions
|
@ -919,9 +919,9 @@ read_file_system_list (bool need_fs_type)
|
||||||
|
|
||||||
*mtail = NULL;
|
*mtail = NULL;
|
||||||
return mount_list;
|
return mount_list;
|
||||||
|
|
||||||
#if !defined(__clang__)
|
#if defined(MOUNTED_GETMNTENT1) || defined(MOUNTED_GETMNTENT2) || defined(MOUNTED_GETMNT) || defined(MOUNTED_FREAD) || defined(MOUNTED_FREAD_FSTYP)
|
||||||
free_then_fail:
|
free_then_fail:
|
||||||
{
|
{
|
||||||
int saved_errno = errno;
|
int saved_errno = errno;
|
||||||
*mtail = NULL;
|
*mtail = NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue