]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libiberty/getcwd.c
Imported gcc-4.4.3
[msp430-gcc.git] / libiberty / getcwd.c
index 465b4e0b2aa430ff80b48f6a2ce57e1d416f9cba..28f26eb179ff37fae4965070aee983a414e2966a 100644 (file)
@@ -38,9 +38,7 @@ extern int errno;
 #endif
 
 char *
-getcwd (buf, len)
-  char *buf;
-  int len;
+getcwd (char *buf, size_t len)
 {
   char ourbuf[MAXPATHLEN];
   char *result;