diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-13 12:45:21 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-13 12:45:21 +0000 |
commit | cd1ee231f67664d7a2f2d53512a707d2736dbb0e (patch) | |
tree | 26d3be9ce06d827160183cf5272c57670329c2cb /global.sym | |
parent | f3faeb53b75c95d2773d14d859d4fa9ca1594daa (diff) | |
download | perl-cd1ee231f67664d7a2f2d53512a707d2736dbb0e.tar.gz |
[PATHC] sharedsv.[c|h]
From: "Artur Bergman" <artur@contiller.se>
Date: Mon, 13 Aug 2001 14:38:41 +0200
Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>
Subject: [PATCH] embed.pl
From: Arthur Bergman <arthur@contiller.se>
Date: Mon, 13 Aug 2001 14:38:14 +0200
Message-ID: <B79D96D6.3088%arthur@contiller.se>
Subject: [PATCH] sharedsv cleanups
From: "Arthur Bergman" <arthur@contiller.se>
Date: Mon, 13 Aug 2001 15:14:25 +0200
Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>
Plus few tweaks: _init needs to be Adp, the prototypes
should not be revealed unless using ithreads, #endif FOO
must be #endif /* FOO */, adding (parentheses) around
do { } while doesn't work too well.
p4raw-id: //depot/perl@11659
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 73493c39cb..13c1968faf 100644 --- a/global.sym +++ b/global.sym @@ -578,6 +578,13 @@ Perl_ptr_table_clear Perl_ptr_table_free Perl_sys_intern_clear Perl_sys_intern_init +Perl_sharedsv_init +Perl_sharedsv_new +Perl_sharedsv_find +Perl_sharedsv_lock +Perl_sharedsv_unlock +Perl_sharedsv_thrcnt_inc +Perl_sharedsv_thrcnt_dec Perl_sv_setsv_flags Perl_sv_catpvn_flags Perl_sv_catsv_flags |