]> sourceware.org Git - glibc.git/blobdiff - io/getwd.c
copy_file_range: New function to copy file data
[glibc.git] / io / getwd.c
index a77fd59013872301b08dac2f38fac3ce700460ee..1aa0e1e5b30ccc36b66c5058722ec02898d7611b 100644 (file)
@@ -1,5 +1,5 @@
 /* Obsolete function to get current working directory.
-   Copyright (C) 1991, 1992, 1996, 1997, 1998 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 @@
 
 
 char *
-getwd (buf)
-     char *buf;
+getwd (char *buf)
 {
 #ifndef PATH_MAX
 #define PATH_MAX 1024
This page took 0.027716 seconds and 5 git commands to generate.