diff options
Diffstat (limited to 'gcc/config/lynx.h')
-rw-r--r-- | gcc/config/lynx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/lynx.h b/gcc/config/lynx.h index 2805a57d336..271fb626df3 100644 --- a/gcc/config/lynx.h +++ b/gcc/config/lynx.h @@ -173,6 +173,6 @@ Boston, MA 02110-1301, USA. */ # define NO_IMPLICIT_EXTERN_C #endif -#ifndef TARGET_HAS_F_SETLKW -# define TARGET_HAS_F_SETLKW +#ifndef TARGET_POSIX_IO +# define TARGET_POSIX_IO #endif |