Re: to read larger files using POSIX functions
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com There is nothing special required to read/write large files on Mac OS X. davez On Jan 10, 2008, at 11:38 AM, Navneet Kumar wrote: Wishes, Navneet _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/zarzycki%40apple.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Hi, I'm using open() and pread() to read a file. But to open large files when I use open() with O_LARGEFILE, i get the error that O_LARGEFILE is undefined. I have included <fcntl.h>. Also is there any thing else i need to do to correctly use pread() for reading large files. This email sent to zarzycki@apple.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Dave Zarzycki