Date: Fri, 28 Sep 2007 22:39:56 -0400 From: Ighighi <ighighi@gmail.com> To: freebsd-hackers@freebsd.org Subject: POSIXfy readlink() call Message-ID: <46FDBAFC.1010000@gmail.com>
next in thread | raw e-mail | index | archive | help
The POXIX prototype for readlink(2) is: ssize_t readlink(const char *restrict path, char *restrict buf, size_t bufsize); See: http://www.opengroup.org/onlinepubs/000095399/functions/readlink.html NetBSD already did it: http://netbsd.gw.com/cgi-bin/man-cgi?readlink+2+ It'd be good have it corrected in 7.0. Salutes, Igh.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46FDBAFC.1010000>