]> granicus.if.org Git - python/commitdiff
Use ANSI C prototype instead of K&R style.
authorRoss Lagerwall <rosslagerwall@gmail.com>
Wed, 7 Mar 2012 18:06:33 +0000 (20:06 +0200)
committerRoss Lagerwall <rosslagerwall@gmail.com>
Wed, 7 Mar 2012 18:06:33 +0000 (20:06 +0200)
Modules/_posixsubprocess.c

index c8f2500a8a57aa99d1a93e92a043ab185c32f3c5..babf039611e04bcaa220be80d6b98207b378ab1b 100644 (file)
@@ -80,7 +80,7 @@ _pos_int_from_ascii(char *name)
  * that properly supports /dev/fd.
  */
 static int
-_is_fdescfs_mounted_on_dev_fd()
+_is_fdescfs_mounted_on_dev_fd(void)
 {
     struct stat dev_stat;
     struct stat dev_fd_stat;