[PATCH v2 3/5] linux ttyname and ttyname_r: Make the TTY equivalence tests consistent [BZ #22145]
Luke Shumaker
lukeshu@lukeshu.com
Wed Nov 8 16:16:00 GMT 2017
On Thu, 02 Nov 2017 14:53:44 -0400,
Luke Shumaker wrote:
> @@ -33,3 +33,15 @@ is_pty (struct stat64 *sb)
> return false;
> #endif
> }
> +
> +static inline bool
> +is_mytty(const struct stat64 *mytty, const struct stat64 *maybe)
Style: there should be a space before the "(".
--
Happy hacking,
~ Luke Shumaker
More information about the Libc-alpha
mailing list