mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
Work on magic numbers for aarch64
This commit is contained in:
parent
59766efd3e
commit
5a455eaa0b
2070 changed files with 4567 additions and 4200 deletions
|
@ -30,6 +30,8 @@
|
|||
#include "libc/sysv/errfuns.h"
|
||||
#include "libc/vga/vga.internal.h"
|
||||
|
||||
#ifdef __x86_64__
|
||||
|
||||
/**
|
||||
* @fileoverview ECMA-48 / VT100 video terminal implementation for bare
|
||||
* metal VGA.
|
||||
|
@ -1356,3 +1358,5 @@ ssize_t _TtyRead(struct Tty *tty, void *buf, size_t size) {
|
|||
tty->input.i -= n;
|
||||
return n;
|
||||
}
|
||||
|
||||
#endif /* __x86_64__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue