diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/getmsg.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/getmsg.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/getmsg.c b/sysdeps/unix/sysv/linux/i386/getmsg.c index aabb1c4940..e6ca88d136 100644 --- a/sysdeps/unix/sysv/linux/i386/getmsg.c +++ b/sysdeps/unix/sysv/linux/i386/getmsg.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1998, 1999, 2003 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 @@ -23,9 +23,6 @@ #include <sysdep.h> #include <sys/syscall.h> -extern int __syscall_getpmsg (int fildes, struct strbuf *ctlptr, - struct strbuf *dataptr, int *bandp, int *flagsp); - #ifdef __NR_getpmsg int getmsg (fildes, ctlptr, dataptr, flagsp) |