summaryrefslogtreecommitdiff
path: root/src/pty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pty.c')
-rw-r--r--src/pty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pty.c b/src/pty.c
index 02520935b..8415057ec 100644
--- a/src/pty.c
+++ b/src/pty.c
@@ -228,7 +228,7 @@ OpenPTY(ttyn)
{
int f;
char *name;
- RETSIGTYPE (*sigcld)__ARGS(SIGPROTOARG);
+ RETSIGTYPE (*sigcld) SIGPROTOARG;
/*
* SIGCHLD set to SIG_DFL for _getpty() because it may fork() and