From 346725cc9e22b1d8142dbf7ef3765df89b62019c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 30 Sep 2009 08:20:32 +0000 Subject: Rework autoconf defines. --- cpukit/libcsupport/src/lseek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/lseek.c') diff --git a/cpukit/libcsupport/src/lseek.c b/cpukit/libcsupport/src/lseek.c index 3e570e6b18..b2d7af606f 100644 --- a/cpukit/libcsupport/src/lseek.c +++ b/cpukit/libcsupport/src/lseek.c @@ -85,7 +85,7 @@ off_t lseek( * This is the Newlib dependent reentrant version of lseek(). */ -#if defined(RTEMS_NEWLIB) +#if defined(RTEMS_NEWLIB) && !defined(HAVE__LSEEK_R) #include -- cgit v1.2.3