]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdio-common/ctermid.c
Deprecate external use of libio.h and _G_config.h.
[thirdparty/glibc.git] / stdio-common / ctermid.c
index b1bc4c9835846914c7077465bfeb27e9ef937cbe..559ed5051602b98fc993f628698eb81103338b21 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2017 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,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;
@@ -32,4 +31,3 @@ ctermid (s)
 
 
 stub_warning (ctermid)
-#include <stub-tag.h>