fs_shell: Only define LONGLONG_MAX if not defined.

Fixes a bunch of warnings.
This commit is contained in:
Augustin Cavalier
2024-07-09 14:43:45 -04:00
parent 3cd4900795
commit f6839b1ca7
@@ -11,7 +11,9 @@
#include <assert.h>
#ifndef LONGLONG_MAX
#define LONGLONG_MAX LONG_LONG_MAX
#endif
#ifdef B_USE_POSITIVE_POSIX_ERRORS
#define B_TO_POSIX_ERROR(error) (-(error))