diff options
-rw-r--r-- | src/system.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/system.h b/src/system.h index 17b6da1dd..ba25fddf0 100644 --- a/src/system.h +++ b/src/system.h @@ -127,9 +127,6 @@ extern int errno; #ifndef ENOSYS # define ENOSYS (-1) #endif -#ifndef ENOTSUP -# define ENOTSUP (-1) -#endif #ifndef EISDIR # define EISDIR (-1) #endif |