]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove ipc_kludge.
authorUlrich Drepper <drepper@redhat.com>
Mon, 30 Nov 1998 14:21:20 +0000 (14:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 30 Nov 1998 14:21:20 +0000 (14:21 +0000)
sysdeps/unix/sysv/linux/alpha/bits/ipc.h

index ec116f6114431807d4c3b25bad349b57daeeb40f..7b644e8b7a27f78fd4bf362a0eaaafe809960bc7 100644 (file)
@@ -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