perl 5.000
[p5sagit/p5-mst-13.2.git] / pod / modpods / Fcntl.pod
1 =head1 NAME
2
3 Fcntl - load the C Fcntl.h defines
4
5 =head1 SYNOPSIS
6
7     use Fcntl;
8
9 =head1 DESCRIPTION
10
11 This module is just a translation of the C F<fnctl.h> file.
12 Unlike the old mechanism of requiring a translated F<fnctl.ph>
13 file, this uses the B<h2xs> program (see the Perl source distribution)
14 and your native C compiler.  This means that it has a 
15 far more likely chance of getting the numbers right.
16
17 =head1 NOTE
18
19 Only C<#define> symbols get translated; you must still correctly
20 pack up your own arguments to pass as args for locking functions, etc.