]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdio-common/ctermid.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / stdio-common / ctermid.c
index 454402dc8f28235cb403230c4990472af89722b9..319704f191ec631bcc235ea2054aae99c11cb3c9 100644 (file)
@@ -23,8 +23,7 @@
    If S is not NULL, the name is copied into it (it should be at
    least L_ctermid bytes long), otherwise a static buffer is used.  */
 char *
-ctermid (s)
-     char *s;
+ctermid (char *s)
 {
   __set_errno (ENOSYS);
   return NULL;