diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-18 08:27:59 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-18 08:27:59 +0000 |
commit | 42e1efa1e62f0d241a2d8e4847bce98f732060a3 (patch) | |
tree | a1dd913683acebd09ac40b5f192ef43ba272a1f5 /pod/perlguts.pod | |
parent | c998b2457229a340c2e4cb581a814fd9362e5b45 (diff) | |
download | perl-42e1efa1e62f0d241a2d8e4847bce98f732060a3.tar.gz |
Remove PERL_MAGIC_mutex
p4raw-id: //depot/perl@31412
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r-- | pod/perlguts.pod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 2ea8bdfd20..7a7a5a5433 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -1045,7 +1045,6 @@ The current kinds of Magic Virtual Tables are: k PERL_MAGIC_nkeys vtbl_nkeys scalar(keys()) lvalue L PERL_MAGIC_dbfile (none) Debugger %_<filename l PERL_MAGIC_dbline vtbl_dbline Debugger %_<filename element - m PERL_MAGIC_mutex vtbl_mutex ??? o PERL_MAGIC_collxfrm vtbl_collxfrm Locale collate transformation P PERL_MAGIC_tied vtbl_pack Tied array or hash p PERL_MAGIC_tiedelem vtbl_packelem Tied array or hash element |