From: Ulrich Drepper Date: Mon, 30 Nov 1998 14:21:20 +0000 (+0000) Subject: Remove ipc_kludge. X-Git-Tag: upstream/2.30~10627^2~3003 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f4d2f79bf1b9d4b56e914a03066b77c89467f6f;p=external%2Fglibc.git Remove ipc_kludge. --- diff --git a/sysdeps/unix/sysv/linux/alpha/bits/ipc.h b/sysdeps/unix/sysv/linux/alpha/bits/ipc.h index ec116f6..7b644e8 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/ipc.h +++ b/sysdeps/unix/sysv/linux/alpha/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,13 +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