mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 15:38:22 +00:00
parent
076e0bf9a9
commit
b0cced855d
2 changed files with 2 additions and 2 deletions
|
@ -163,6 +163,8 @@ int sigignore(int);
|
|||
int siginterrupt(int, int);
|
||||
int symlink(const char *, const char *);
|
||||
int symlinkat(const char *, int, const char *);
|
||||
int tcgetpgrp(int);
|
||||
int tcsetpgrp(int, int);
|
||||
int truncate(const char *, int64_t);
|
||||
int ttyname_r(int, char *, size_t);
|
||||
int unlink(const char *);
|
||||
|
|
|
@ -24,11 +24,9 @@ int posix_openpt(int) __wur;
|
|||
|
||||
int tcdrain(int);
|
||||
int tcgetsid(int);
|
||||
int tcgetpgrp(int);
|
||||
int tcflow(int, int);
|
||||
int tcflush(int, int);
|
||||
int tcsetsid(int, int);
|
||||
int tcsetpgrp(int, int);
|
||||
int tcsendbreak(int, int);
|
||||
void cfmakeraw(struct termios *);
|
||||
int cfsetspeed(struct termios *, uint32_t);
|
||||
|
|
Loading…
Add table
Reference in a new issue