int ttyname_r( int __fd, ffi.Pointer<ffi.Char> __buf, int __buflen, ) { return _ttyname_r( __fd, __buf, __buflen, ); }