]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/getpwd.c
pex-common.c: New file.
[thirdparty/gcc.git] / libiberty / getpwd.c
index 31c7d20f307c86ee39b597c785be83f957029e64..e57ef47e947d67fa46eda615d2ff356e2d75a48c 100644 (file)
@@ -67,7 +67,7 @@ extern char *getwd ();
    yield 0 and set errno.  */
 
 char *
-getpwd ()
+getpwd (void)
 {
   static char *pwd;
   static int failure_errno;
@@ -114,7 +114,7 @@ getpwd ()
 #endif
 
 char *
-getpwd ()
+getpwd (void)
 {
   static char *pwd = 0;