]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - termios/tcgetsid.c
[powerpc] No need to enter "Ignore Exceptions Mode"
[thirdparty/glibc.git] / termios / tcgetsid.c
index fcf4d7f32f3bab772398fd6cddebdf40b5b5203f..c68c4fa9c2cfdbd12d2a64b056b61316a2c48bda 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2019 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
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <termios.h>
@@ -23,8 +23,7 @@
 
 /* Return the session ID of FD.  */
 pid_t
-tcgetsid (fd)
-     int fd;
+tcgetsid (int fd)
 {
   pid_t pgrp;
   pid_t sid;