mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 01:48:02 +02:00
os: drop redefining getpid() on mingw32
mingw32 does does have getpid() function, so conditionally redefining it to _getpid() isn't necessary. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1686>
This commit is contained in:
parent
e5b5b302d3
commit
27a5c59180
1 changed files with 0 additions and 5 deletions
5
os/log.c
5
os/log.c
|
|
@ -97,11 +97,6 @@ OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#include "opaque.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#include <process.h>
|
||||
#define getpid(x) _getpid(x)
|
||||
#endif
|
||||
|
||||
#ifdef XF86BIGFONT
|
||||
#include "xf86bigfontsrv.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue