about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-17 21:07:29 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-17 21:07:29 +0000
commitd6c05bbe036022096ef1a2fca8ca647f4d1959b5 (patch)
tree6fc72151d71ec7093b26d9ed2a90efdccb61e3b2
parent42eb52428c9d10cc06a140e0520f19f96d9cd000 (diff)
downloadglibc-d6c05bbe036022096ef1a2fca8ca647f4d1959b5.tar.gz
glibc-d6c05bbe036022096ef1a2fca8ca647f4d1959b5.tar.xz
glibc-d6c05bbe036022096ef1a2fca8ca647f4d1959b5.zip
Implies file for AIX.
-rw-r--r--sysdeps/unix/sysv/aix/Implies8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/aix/Implies b/sysdeps/unix/sysv/aix/Implies
new file mode 100644
index 0000000000..279438d433
--- /dev/null
+++ b/sysdeps/unix/sysv/aix/Implies
@@ -0,0 +1,8 @@
+# AIX shares most of the syscalls which are also common to BSD and SVR4.
+unix/common
+
+# AIX has all functions of the mmap family which are described in POSIX.4.
+unix/mman
+
+# AIX has network support in the kernel.
+unix/inet