]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Improve nsendmsg prototype.
authorUlrich Drepper <drepper@redhat.com>
Sun, 8 Jul 2001 07:15:01 +0000 (07:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 8 Jul 2001 07:15:01 +0000 (07:15 +0000)
sysdeps/unix/sysv/aix/sendmsg.c

index 952bb06627222a6dd14d167b41687637b8d912d0..054d374393b49cfd42a0db3da7a3a46e4b6b1b74 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <sys/socket.h>
 
-extern int nsendmsg (int s, void *uap_msg, int flags);
+extern int nsendmsg (int s, const void *uap_msg, int flags);
 
 ssize_t
 sendmsg (int fd, const struct msghdr *message, int flags)