mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-25 18:25:37 +08:00
port_before.h: Ensure enough BSD types are defined
This commit is contained in:
parent
a98a274dbe
commit
2f14df7190
@ -1 +1,12 @@
|
||||
#include <freebsd/bsd.h>
|
||||
|
||||
#include <freebsd/sys/_types.h>
|
||||
/*
|
||||
#ifndef _bsd_off_t
|
||||
#define _bsd_off_t off_t
|
||||
#endif
|
||||
*/
|
||||
|
||||
#ifndef __ssize_t
|
||||
#define __ssize_t ssize_t
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user