]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - streams/getmsg.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / streams / getmsg.c
index 5ca595a99823a2b9bde75a652ac75516e1c0f042..12fbb7a0953b54f2aada30f4ff267cfde7e41f32 100644 (file)
 #include <stropts.h>
 
 int
-getmsg (fildes, ctlptr, dataptr, flagsp)
-     int fildes;
-     struct strbuf *ctlptr;
-     struct strbuf *dataptr;
-     int *flagsp;
+getmsg (int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *flagsp)
 {
   __set_errno (ENOSYS);
   return -1;