Hi, On 24 April 2014 10:41, Apostolos Syropoulos <[email protected]> wrote: > I am trying to compile a program that uses the getline function as defined > in > > http://www.unix.com/man-page/posix/3p/getline/ > > I am using oi_151a8 and I would like to know whether latest version of the > kernel > supports this function without the extra definitions?
I have no idea what build of illumos-gate is included in oi_151a8, but the current master branch has this documentation for getline/getdelim: http://illumos.org/man/3C/getline The documentation doesn't mention any requirements beyond including "stdio.h". Have you tried to compile code that uses the function? What errors are you getting? Cheers. -- Joshua M. Clulow UNIX Admin/Developer http://blog.sysmgr.org ------------------------------------------- illumos-discuss Archives: https://www.listbox.com/member/archive/182180/=now RSS Feed: https://www.listbox.com/member/archive/rss/182180/21175430-2e6923be Modify Your Subscription: https://www.listbox.com/member/?member_id=21175430&id_secret=21175430-6a77cda4 Powered by Listbox: http://www.listbox.com
