Skip to content

Commit 8d325ad

Browse files
committed
Remove non-standard and broken on alpine import
1 parent e093086 commit 8d325ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

physx/source/foundation/unix/FdUnixThread.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
#include "foundation/PxThread.h"
3333

3434
#include <math.h>
35-
#if !PX_APPLE_FAMILY && !defined(__CYGWIN__) && !PX_EMSCRIPTEN
36-
#include <bits/local_lim.h> // PTHREAD_STACK_MIN
37-
#endif
3835
#include <stdio.h>
3936
#include <pthread.h>
4037
#include <unistd.h>

0 commit comments

Comments
 (0)