From: Ulrich Drepper Date: Tue, 21 Mar 2000 01:22:10 +0000 (+0000) Subject: AIX implementation of syscall. X-Git-Tag: upstream/2.30~10627^2~2566 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88a0392bb6833d66a8ba33e5d24954e2a1aea2e2;p=external%2Fglibc.git AIX implementation of syscall. --- diff --git a/sysdeps/unix/sysv/aix/syscall.c b/sysdeps/unix/sysv/aix/syscall.c new file mode 100644 index 0000000..6f204ff --- /dev/null +++ b/sysdeps/unix/sysv/aix/syscall.c @@ -0,0 +1,2 @@ +/* XXX We will have to see whether it is possible to implement this + function at all. */