diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1997-12-13 13:09:15 -0500 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-12-17 12:02:03 +0000 |
commit | dd96f567babd77c258fd51112ff376f11f0b32ac (patch) | |
tree | 25be9a2f30132eaa9bf9f5a5a2cafb22b3630ea3 /os2/Changes | |
parent | 414017bba678bf057e68f59bd92234bf578ec54e (diff) | |
download | perl-dd96f567babd77c258fd51112ff376f11f0b32ac.tar.gz |
Threading patches for OS/2 (missing files taken from previous patch):
Subject: Re: 5.004_55: OS/2 patches again
p4raw-id: //depot/perl@371
Diffstat (limited to 'os2/Changes')
-rw-r--r-- | os2/Changes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os2/Changes b/os2/Changes index 4e0c4d49b5..a46b7a52a4 100644 --- a/os2/Changes +++ b/os2/Changes @@ -163,3 +163,6 @@ after 5.004_03: changes to errno?) $0 may be edited to longer lengths (at least under OS/2). OS2::REXX->loads looks in the OS/2-ish fashion too. + +after 5.004_53: + Minimal thread support added. One needs to manually move pthread.h |