mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Use ANSI C prototype instead of K&R style.
This commit is contained in:
parent
88748d7bfe
commit
7f4fdb266a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue