-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
int
msgsnd (msqid, msgp, msgsz, msgflg)
int msqid;
- void *msgp;
+ const void *msgp;
size_t msgsz;
int msgflg;
{
-/* Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1997, 1998, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
int
msgsnd (msqid, msgp, msgsz, msgflg)
int msqid;
- void *msgp;
+ const void *msgp;
size_t msgsz;
int msgflg;
{