summaryrefslogtreecommitdiff
path: root/ext/POSIX
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-31 17:26:08 -0600
committerKarl Williamson <khw@cpan.org>2022-06-10 06:48:35 -0600
commit1aa8e6dd85c09ce7ce928c1ab673fba6e7c739eb (patch)
treef3e081b309c932fc4eece03f2ba82f55f7d366be /ext/POSIX
parentca4a6e05b1b031a6fae109c6799ebbcf01c547d9 (diff)
downloadperl-1aa8e6dd85c09ce7ce928c1ab673fba6e7c739eb.tar.gz
Remove support for Ultrix
Ultrix has been removed. Ultrix was the native Unix-like operating system for various Digital Equipment Corporation machines. Its final release was in 1995.
Diffstat (limited to 'ext/POSIX')
-rw-r--r--ext/POSIX/POSIX.xs3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs
index 5ffdc247fe..f6a56e7af8 100644
--- a/ext/POSIX/POSIX.xs
+++ b/ext/POSIX/POSIX.xs
@@ -1341,9 +1341,6 @@ static NV_PAYLOAD_TYPE S_getpayload(NV nv)
#include <termios.h>
#endif
#include <stdlib.h>
-#ifndef __ultrix__
-#include <string.h>
-#endif
#include <sys/stat.h>
#include <sys/types.h>
#include <time.h>