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

Skip to content

Commit b078ce1

Browse files
committed
Move #endif for NT
1 parent 74e6a11 commit b078ce1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,6 @@ posix_geteuid(self, args)
765765
return NULL;
766766
return newintobject((long)geteuid());
767767
}
768-
#endif /* !NT */
769768

770769
static object *
771770
posix_getgid(self, args)
@@ -776,6 +775,7 @@ posix_getgid(self, args)
776775
return NULL;
777776
return newintobject((long)getgid());
778777
}
778+
#endif /* !NT */
779779

780780
static object *
781781
posix_getpid(self, args)

0 commit comments

Comments
 (0)