diff options
Diffstat (limited to 'pod/modpods/Fcntl.pod')
-rw-r--r-- | pod/modpods/Fcntl.pod | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/pod/modpods/Fcntl.pod b/pod/modpods/Fcntl.pod deleted file mode 100644 index 165153e475..0000000000 --- a/pod/modpods/Fcntl.pod +++ /dev/null @@ -1,20 +0,0 @@ -=head1 NAME - -Fcntl - load the C Fcntl.h defines - -=head1 SYNOPSIS - - use Fcntl; - -=head1 DESCRIPTION - -This module is just a translation of the C F<fnctl.h> file. -Unlike the old mechanism of requiring a translated F<fnctl.ph> -file, this uses the B<h2xs> program (see the Perl source distribution) -and your native C compiler. This means that it has a -far more likely chance of getting the numbers right. - -=head1 NOTE - -Only C<#define> symbols get translated; you must still correctly -pack up your own arguments to pass as args for locking functions, etc. |