summaryrefslogtreecommitdiffstats
path: root/compat/forkpty-aix.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/forkpty-aix.c')
-rw-r--r--compat/forkpty-aix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/compat/forkpty-aix.c b/compat/forkpty-aix.c
index 31b084db..5eba9fd6 100644
--- a/compat/forkpty-aix.c
+++ b/compat/forkpty-aix.c
@@ -29,7 +29,8 @@ void fatal(const char *, ...);
void fatalx(const char *, ...);
pid_t
-forkpty(int *master, unused char *name, struct termios *tio, struct winsize *ws)
+forkpty(int *master, __unused char *name, struct termios *tio,
+ struct winsize *ws)
{
int slave = -1, fd, pipe_fd[2];
char *path, dummy;