]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/chdir.c
Use autofs "ignore" mount hint in getmntent_r/getmntent
[thirdparty/glibc.git] / io / chdir.c
index 9f52097563921f15ae43afae51b16f72ab4760e9..8724c8dac2955feab71ba3cc62faade414f72ff7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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
@@ -21,8 +21,7 @@
 
 /* Change the current directory to PATH.  */
 int
-__chdir (path)
-     const char *path;
+__chdir (const char *path)
 {
   if (path == NULL)
     {
@@ -36,4 +35,3 @@ __chdir (path)
 stub_warning (chdir)
 
 weak_alias (__chdir, chdir)
-#include <stub-tag.h>