forked from Imagelibrary/rtems
sapi: Fix condef.h compile error for disabled network configuration.
Added define for CONFIGURE_SEMAPHORES_FOR_NFS when networking disabled.
This commit is contained in:
@@ -431,6 +431,8 @@ const rtems_libio_helper rtems_fs_init_helper =
|
|||||||
#else
|
#else
|
||||||
#define CONFIGURE_SEMAPHORES_FOR_NFS 0
|
#define CONFIGURE_SEMAPHORES_FOR_NFS 0
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
|
#define CONFIGURE_SEMAPHORES_FOR_NFS 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user