Skip to content

Commit a6e410e

Browse files
committed
Try to fix ENOENT error
Signed-off-by: Rem01Gaming <[email protected]>
1 parent 66e1214 commit a6e410e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/jni/oneshot.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
#include <string.h>
1212
#include <inttypes.h>
1313

14-
#ifndef P_tmpdir
1514
#define P_tmpdir "/dev"
16-
#endif
1715

1816
extern FILE *popen (const char *command, const char *modes);
1917
extern int pclose (FILE *stream);

0 commit comments

Comments
 (0)