The AIX functions hang on 7300-01-01-2246 according to GitHub issue 4400.

Remove them.
This commit is contained in:
Nicholas Marriott
2025-07-22 09:09:56 +01:00
parent fa5f3cef3d
commit 720d1e831d
2 changed files with 5 additions and 61 deletions

View File

@ -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);
}