mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 09:10:04 +08:00
Adding RTEMS support for FREEBSD TTY
This commit is contained in:

committed by
Sebastian Huber

parent
4a8f953f62
commit
880a17cb0b
@@ -70,6 +70,8 @@ int rtems_bsd_command_vmstat(int argc, char **argv);
|
||||
|
||||
int rtems_bsd_command_wlanstats(int argc, char **argv);
|
||||
|
||||
int rtems_bsd_command_stty(int argc, char **argv);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif /* _RTEMS_BSD_MACHINE_RTEMS_BSD_COMMANDS_H_ */
|
||||
|
@@ -48,6 +48,7 @@
|
||||
#define __GLOBL(sym) __GLOBL1(sym)
|
||||
|
||||
#define O_CLOEXEC 0
|
||||
#define IO_NDELAY O_NONBLOCK
|
||||
|
||||
#define __FreeBSD__ 1
|
||||
|
||||
|
Reference in New Issue
Block a user