diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-19 11:09:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-19 11:09:14 +0000 |
commit | 977bfd77e6cd739c82491fa9fe4b54b269ea349d (patch) | |
tree | 46dcc1eed0b51fa64baf075f4d54ae092cc11ba9 /sysdeps/unix/sysv/linux/bits/ipc.h | |
parent | dfab448bd8352b372814ca8df0651612296d8e8e (diff) | |
download | glibc-977bfd77e6cd739c82491fa9fe4b54b269ea349d.tar.gz glibc-977bfd77e6cd739c82491fa9fe4b54b269ea349d.tar.xz glibc-977bfd77e6cd739c82491fa9fe4b54b269ea349d.zip |
Update.
1998-06-19 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/bits/sem.h: Don't define union semun. * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo. * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition here. * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge definition here.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/ipc.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/ipc.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/ipc.h b/sysdeps/unix/sysv/linux/bits/ipc.h index 8b5db4add6..908647c1e4 100644 --- a/sysdeps/unix/sysv/linux/bits/ipc.h +++ b/sysdeps/unix/sysv/linux/bits/ipc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -50,15 +50,6 @@ struct ipc_perm }; -/* Kludge to work around Linux' restriction of only up to five - arguments to a system call. */ -struct ipc_kludge - { - void *msgp; - long int msgtyp; - }; - - __BEGIN_DECLS /* The actual system call: all functions are multiplexed by this. */ |