From 7c59f3f6f3b6dbfcfb261b07062590d2dad2da62 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 16 Aug 2016 18:14:26 -0700 Subject: Flesh out , , . Also fix . Not useful except to systems/bringup folks for testing. Trivial tests added, and double-checked under strace to see that things look right. x86 -- which works differently to everything else -- tested on the host. Bug: http://b/27952303 Change-Id: I328534e994ae9e90755f545478fba03038c0bb94 --- libc/libc.x86.map | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'libc/libc.x86.map') diff --git a/libc/libc.x86.map b/libc/libc.x86.map index 81f37513a..57b81a877 100644 --- a/libc/libc.x86.map +++ b/libc/libc.x86.map @@ -1266,11 +1266,23 @@ LIBC_O { hasmntopt; # future lutimes; # future mblen; # future + msgctl; # future + msgget; # future + msgrcv; # future + msgsnd; # future pthread_getname_np; # future quotactl; # future + semctl; # future + semget; # future + semop; # future + semtimedop; # future setdomainname; # future setgrent; # future setpwent; # future + shmat; # future + shmctl; # future + shmdt; # future + shmget; # future sighold; # future sigignore; # future sigpause; # future -- cgit v1.2.3