aboutsummaryrefslogtreecommitdiffstats
path: root/libc/libc.x86.map
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-08-16 18:14:26 -0700
committerElliott Hughes <enh@google.com>2016-08-18 15:23:38 -0700
commit7c59f3f6f3b6dbfcfb261b07062590d2dad2da62 (patch)
tree79e7bb9bd94e4c39cc85acb534df52245d458050 /libc/libc.x86.map
parentfe4ab7dc30154f83a45769150392d6b47885c164 (diff)
downloadandroid_bionic-7c59f3f6f3b6dbfcfb261b07062590d2dad2da62.tar.gz
android_bionic-7c59f3f6f3b6dbfcfb261b07062590d2dad2da62.tar.bz2
android_bionic-7c59f3f6f3b6dbfcfb261b07062590d2dad2da62.zip
Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>.
Also fix <sys/ipc.h>. 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
Diffstat (limited to 'libc/libc.x86.map')
-rw-r--r--libc/libc.x86.map12
1 files changed, 12 insertions, 0 deletions
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