mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
The AIX functions hang on 7300-01-01-2246 according to GitHub issue 4400.
Remove them.
This commit is contained in:
@ -40,7 +40,7 @@ osdep_get_name(int fd, __unused char *tty)
|
||||
}
|
||||
|
||||
char *
|
||||
osdep_get_cwd(int fd)
|
||||
osdep_get_cwd(__unused int fd)
|
||||
{
|
||||
return (NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user