Skip to content
Snippets Groups Projects
Commit 99854f37 authored by bors's avatar bors
Browse files

Auto merge of #1350 - dbrgn:ttyname_r, r=gnzlbg

Add ttyname_r

I hope this is correct. Parameter types taken from `man ttyname`.

```c
int ttyname_r(int fd, char *buf, size_t buflen);
```
parents a73d6bc0 ccdc5ebc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment