X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Funistd%2Fttyname_r.c;h=8bac7b2f3ab10cb0929341ca1425af65c8d409bf;hb=d3357268791f5279b64665a9a5b5629c962c8a15;hp=a2ce351192eb959e1c59f47ed525def5c7b35120;hpb=c8c0844f7fbcb955848ca84432e5ffcf71f1cef1;p=musl diff --git a/src/unistd/ttyname_r.c b/src/unistd/ttyname_r.c index a2ce3511..8bac7b2f 100644 --- a/src/unistd/ttyname_r.c +++ b/src/unistd/ttyname_r.c @@ -1,7 +1,5 @@ #include #include -#include -#include void __procfdname(char *, unsigned);