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 b2d918643..37e48dcc5 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -447,6 +447,8 @@ typedef unsigned smalluint; | |||
447 | #define HAVE_SYS_STATFS_H 1 | 447 | #define HAVE_SYS_STATFS_H 1 |
448 | #define HAVE_PRINTF_PERCENTM 1 | 448 | #define HAVE_PRINTF_PERCENTM 1 |
449 | #define HAVE_WAIT3 1 | 449 | #define HAVE_WAIT3 1 |
450 | #define HAVE_DEV_FD 1 | ||
451 | #define DEV_FD_PREFIX "/dev/fd/" | ||
450 | 452 | ||
451 | #if defined(__UCLIBC__) | 453 | #if defined(__UCLIBC__) |
452 | # if UCLIBC_VERSION < KERNEL_VERSION(0, 9, 32) | 454 | # if UCLIBC_VERSION < KERNEL_VERSION(0, 9, 32) |