(msgrcv, msgsnd): Make cancelable.
authorUlrich Drepper <drepper@redhat.com>
Wed, 18 Dec 2002 01:27:42 +0000 (01:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 18 Dec 2002 01:27:42 +0000 (01:27 +0000)
sysdeps/unix/sysv/linux/alpha/syscalls.list
sysdeps/unix/sysv/linux/hppa/syscalls.list

index 7f5c9d0..6907ef1 100644 (file)
@@ -2,8 +2,8 @@
 
 oldmsgctl      EXTRA   msgctl          3       __old_msgctl    msgctl@GLIBC_2.0
 msgget         -       msgget          2       __msgget        msgget
-msgrcv         -       msgrcv          5       __msgrcv        msgrcv
-msgsnd         -       msgsnd          4       __msgsnd        msgsnd
+msgrcv         -       msgrcv          C:5     __msgrcv        msgrcv
+msgsnd         -       msgsnd          C:4     __msgsnd        msgsnd
 shmat          -       osf_shmat       3       __shmat         shmat
 oldshmctl      EXTRA   shmctl          3       __old_shmctl    shmctl@GLIBC_2.0
 shmdt          -       shmdt           1       __shmdt         shmdt
index 6edb2d2..bc977e2 100644 (file)
@@ -3,8 +3,8 @@
 # semaphore and shm system calls
 msgctl         -       msgctl          i:iip   __msgctl        msgctl
 msgget         -       msgget          i:ii    __msgget        msgget
-msgrcv         -       msgrcv          i:ibnii __msgrcv        msgrcv
-msgsnd         -       msgsnd          i:ibni  __msgsnd        msgsnd
+msgrcv         -       msgrcv          Ci:ibnii __msgrcv       msgrcv
+msgsnd         -       msgsnd          Ci:ibni __msgsnd        msgsnd
 shmat          -       shmat           i:ipi   __shmat         shmat
 shmctl         -       shmctl          i:iip   __shmctl        shmctl
 shmdt          -       shmdt           i:s     __shmdt         shmdt