diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-22 09:26:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-22 09:26:49 +0000 |
commit | 6b1016b5e1f44bcb47d99dc977f7ab2fbed66b2a (patch) | |
tree | 321c599966c1209dc094a61598503087e655180f /iperlsys.h | |
parent | 5926133d519625e5c6cc80fa9f5881300623dca1 (diff) | |
download | perl-6b1016b5e1f44bcb47d99dc977f7ab2fbed66b2a.tar.gz |
Add few MSG_ and uio constants.
p4raw-id: //depot/cfgperl@2499
Diffstat (limited to 'iperlsys.h')
-rw-r--r-- | iperlsys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iperlsys.h b/iperlsys.h index 279aac50ff..cfdc39f9de 100644 --- a/iperlsys.h +++ b/iperlsys.h @@ -935,10 +935,10 @@ public: HAS_WRITEV HAS_STRUCT_MSGHDR HAS_STRUCT_CMSGHDR - I_SYSUIO here so that Configure picks them up. Perl core does not - use them but somebody might want to extend IO:: someday. + use them but somebody might want to extend Socket:: or IO:: + someday. Jarkko Hietaniemi November 1998 |