On Thu, 5 Apr 2007, Pawel Jakub Dawidek wrote:

pjd         2007-04-05 21:10:54 UTC

 FreeBSD src repository

 Modified files:
   include              stdio.h
   lib/libc/sys         lseek.2 pathconf.2
   sys/kern             vfs_syscalls.c
   sys/sys              filio.h unistd.h
 Log:
 Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found in
 OpenSolaris. For more information please refer to:

         http://blogs.sun.com/bonwick/entry/seek_hole_and_seek_data

These are just namespace pollution in stdio.h.  stdio (fseek()) doesn't
support them, and the hack of declaring lseek() in stdio.h should not
be extended to new interfaces.  If stdio ever supports them, then they
would need to be declared under a visibility ifdef (not #ifdef self).

Bruce
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to