Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f4fdb2

Browse files
committed
Use ANSI C prototype instead of K&R style.
1 parent 88748d7 commit 7f4fdb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_posixsubprocess.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ _pos_int_from_ascii(char *name)
8080
* that properly supports /dev/fd.
8181
*/
8282
static int
83-
_is_fdescfs_mounted_on_dev_fd()
83+
_is_fdescfs_mounted_on_dev_fd(void)
8484
{
8585
struct stat dev_stat;
8686
struct stat dev_fd_stat;

0 commit comments

Comments
 (0)