This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: linux:sys_ipc syscall


On Wed, May 6, 2009 at 11:06 AM, Mike Frysinger <vapier@gentoo.org> wrote:
> On Monday 04 May 2009 10:05:51 Michal Simek wrote:
>> I would like to ask you if someone from you work on separate ipc syscalls.
>> I mean that all code call one sys_ipc syscall not separate syscall like
>> sys_semctl, sys_semget, sys_semop, sys_msgctl,
>> sys_msgget, sys_msgrcv, sys_msgsnd, sys_shmat, sys_shmctl, sys_shmdt,
>> sys_shmget.
>
> sorry, but what's the question exactly ?

I think he wants to know why glibc on Linux uses SYS_ipc to implement
msgctl, etc... rather than SYS_msgctl, etc...

-- David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]