]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/confstr.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / posix / confstr.c
index 7271c5c55fb224a8684764287d1811cdaa3f009f..56f49b959500c6ec0763a81f96c10aa03e15a59a 100644 (file)
    of BUF with the value corresponding to NAME and zero-terminate BUF.
    Return the number of bytes required to hold NAME's entire value.  */
 size_t
-confstr (name, buf, len)
-     int name;
-     char *buf;
-     size_t len;
+confstr (int name, char *buf, size_t len)
 {
   const char *string = "";
   size_t string_len = 1;