diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index 4633b2507..9e1fb047d 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -426,6 +426,8 @@ typedef unsigned smalluint; | |||
426 | #define HAVE_SYS_STATFS_H 1 | 426 | #define HAVE_SYS_STATFS_H 1 |
427 | #define HAVE_PRINTF_PERCENTM 1 | 427 | #define HAVE_PRINTF_PERCENTM 1 |
428 | #define HAVE_WAIT3 1 | 428 | #define HAVE_WAIT3 1 |
429 | #define HAVE_DEV_FD 1 | ||
430 | #define DEV_FD_PREFIX "/dev/fd/" | ||
429 | 431 | ||
430 | #if defined(__UCLIBC__) | 432 | #if defined(__UCLIBC__) |
431 | # if UCLIBC_VERSION < KERNEL_VERSION(0, 9, 32) | 433 | # if UCLIBC_VERSION < KERNEL_VERSION(0, 9, 32) |