[IA64] Fix bogus messages about system calls not implemented.
authorTony Luck <tony.luck@intel.com>
Fri, 18 May 2007 21:15:58 +0000 (14:15 -0700)
committerTony Luck <tony.luck@intel.com>
Fri, 18 May 2007 21:15:58 +0000 (14:15 -0700)
There are seven legacy system calls that ia64 doesn't implement, but glibc
provides equivalent functionality by using more modern system calls. Stop
checksyscalls.sh from complaining about these seven.

Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found