mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Simplify the code base as this getpwd() was used only once
This commit is contained in:
parent
126be8ec7c
commit
9fd2b6deb4
13 changed files with 31 additions and 149 deletions
|
@ -199,7 +199,6 @@ char *strerror(int);
|
|||
|
||||
#if HAVE_PWD_H
|
||||
# ifdef PHP_WIN32
|
||||
#include "win32/pwd.h"
|
||||
#include "win32/param.h"
|
||||
# else
|
||||
#include <pwd.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue