summaryrefslogblamecommitdiff
path: root/system/python3/musl-has-login_tty.patch
blob: 2ed566ee1a0abaaf1f71ff00bb21ef79e133495c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                        
--- a/Modules/posixmodule.h
+++ b/Modules/posixmodule.h
@@ -10,6 +10,8 @@
 #include <sys/types.h>
 #endif
 
+int login_tty(int); /* musl 4b2cb37770e56835b261660535cea77474154ba0 */
+
 #ifndef Py_LIMITED_API
 #ifndef MS_WINDOWS
 PyAPI_FUNC(PyObject *) _PyLong_FromUid(uid_t);