mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Patch #573770: Implement lchown.
This commit is contained in:
parent
ddc6f4748e
commit
0cec0ffc78
6 changed files with 49 additions and 8 deletions
|
@ -211,6 +211,9 @@
|
|||
Solaris and Linux, the necessary defines are already defined.) */
|
||||
#undef HAVE_LARGEFILE_SUPPORT
|
||||
|
||||
/* Define to 1 if you have the `lchown' function. */
|
||||
#undef HAVE_LCHOWN
|
||||
|
||||
/* Define to 1 if you have the `dl' library (-ldl). */
|
||||
#undef HAVE_LIBDL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue