diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1997-12-24 03:10:55 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1997-12-24 03:10:55 +0000 |
commit | e34ffe5a86599b66240875a414d90fdf19ed7649 (patch) | |
tree | f840c3693d649a60e5589dc8b7809073d7b99685 /README.win32 | |
parent | 26618a56da4122343158bd70acec552d2e6da993 (diff) | |
download | perl-e34ffe5a86599b66240875a414d90fdf19ed7649.tar.gz |
[win32] support getlogin()
p4raw-id: //depot/win32/perl@386
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.win32 b/README.win32 index 3fac64b33f..940c498e43 100644 --- a/README.win32 +++ b/README.win32 @@ -503,9 +503,9 @@ The following functions are currently unavailable: C<fork()>, C<dump()>, C<chown()>, C<link()>, C<symlink()>, C<chroot()>, C<setpgrp()> and related security functions, C<setpriority()>, C<getpriority()>, C<syscall()>, C<fcntl()>, C<getpw*()>, -C<getlogin()>, C<wait*()>, C<msg*()>, C<shm*()>, C<sem*()>, -C<ioctl()>, C<alarm()>, C<socketpair()>, C<*netent()>, C<*protoent()>, -C<*servent()>, C<*hostent()>, C<getnetby*()>. +C<wait*()>, C<msg*()>, C<shm*()>, C<sem*()>, C<ioctl()>, C<alarm()>, +C<socketpair()>, C<*netent()>, C<*protoent()>, C<*servent()>, +C<*hostent()>, C<getnetby*()>. This list is possibly incomplete. =item * |