(_getpty): Declare this, not _get_pty.
This commit is contained in:
parent
dcf970e66f
commit
856c3dcba8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
/* No need to get the pty name at all. */
|
||||
#define PTY_NAME_SPRINTF
|
||||
#ifdef emacs
|
||||
char *_get_pty();
|
||||
char *_getpty();
|
||||
#endif
|
||||
/* We need only try once to open a pty. */
|
||||
#define PTY_ITERATION
|
||||
|
|
Loading…
Add table
Reference in a new issue