diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-07-05 11:55:18 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-07-05 11:55:18 +0000 |
commit | c03294656c9980c235cc5951a63088fd96d33704 (patch) | |
tree | 6e8191a8d83c36b157d11c7868c3d9c0e8ddcc8d /opcode.pl | |
parent | 462e5cf694f345fbf34a1f95e9a82957e59dcc2b (diff) | |
download | perl-c03294656c9980c235cc5951a63088fd96d33704.tar.gz |
Introduce pp_lock.
p4raw-id: //depot/perl@35
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -652,3 +652,6 @@ getlogin getlogin ck_null st # Miscellaneous. syscall syscall ck_fun imst S L + +# For multi-threading +lock lock ck_null is S |