Insert "startfile" into posix_methods again; it was accidentially

removed in rev 55543.
This commit is contained in:
Thomas Heller 2007-08-31 06:44:36 +00:00
parent fd5359c772
commit 8b7a95750a
1 changed files with 3 additions and 0 deletions

View File

@ -6793,6 +6793,9 @@ static PyMethodDef posix_methods[] = {
#ifdef HAVE_PLOCK
{"plock", posix_plock, METH_VARARGS, posix_plock__doc__},
#endif /* HAVE_PLOCK */
#ifdef MS_WINDOWS
{"startfile", win32_startfile, METH_VARARGS, win32_startfile__doc__},
#endif
#ifdef HAVE_SETUID
{"setuid", posix_setuid, METH_VARARGS, posix_setuid__doc__},
#endif /* HAVE_SETUID */