libc: minimal: Add SPARC support
This commit defines the off_t type for SPARC. Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
This commit is contained in:
parent
6d126e7481
commit
6f4bcf7933
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ typedef int off_t;
|
|||
typedef int off_t;
|
||||
#elif defined(__XTENSA__)
|
||||
typedef int off_t;
|
||||
#elif defined(__sparc__)
|
||||
typedef int off_t;
|
||||
#else
|
||||
#error "The minimal libc library does not recognize the architecture!\n"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue