https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114927
Sam James <sjames at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |uecker at gcc dot gnu.org --- Comment #1 from Sam James <sjames at gcc dot gnu.org> --- Reduced: ``` typedef int pid_t; struct Lisp_Process; int gnutls_try_handshake(struct Lisp_Process *); struct Lisp_Process { } Sprocess_send_string; pid_t emacs_get_tty_pgrp(struct Lisp_Process *); ```