This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Integrate changes #9259,9260 from maintperl into mainline.
[perl5.git]
/
ext
/
POSIX
/
POSIX.xs
diff --git
a/ext/POSIX/POSIX.xs
b/ext/POSIX/POSIX.xs
index
83498ed
..
b5fd3a9
100644
(file)
--- a/
ext/POSIX/POSIX.xs
+++ b/
ext/POSIX/POSIX.xs
@@
-155,8
+155,6
@@
# endif /* !HAS_MKFIFO */
# ifdef MACOS_TRADITIONAL
- struct tms { time_t tms_utime, tms_stime, tms_cutime, tms_cstime; };
-# define times(a) not_here("times")
# define ttyname(a) (char*)not_here("ttyname")
# define tzset() not_here("tzset")
# else