Re: writing system call issues

Bill Nottingham <[email protected]> Mon, 7 Oct 2002 00:07:31 -0400
Newsgroups gmane.linux.redhat.ia64.general
Message-ID <[email protected]>
Amit Purohit ([email protected]) said: 
> I understand that the problem is with glibc which doesn't export
> __ia64_syscall for some reason. I would like to know what are the fixes
> available for this. I prefer not to use "syscall" interface.

Use the syscall() interface.

Bill