Update getty.

This commit is contained in:
Serge
2022-06-19 20:44:39 -07:00
parent 552f5ed4c2
commit c6f46414ed
6 changed files with 57 additions and 31 deletions
+1
View File
@@ -153,6 +153,7 @@ int chroot(const char *path);
int fsync(int fd);
int getpagesize(void);
int symlink(const char *target, const char *linkpath);
int vhangup(void);
#ifndef _VA_LIST_
# ifdef __GNUC__