From f719ef12ff9dcf2fdddee8a130290e68e4743b74 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Wed, 31 Mar 1999 23:23:52 +0000 Subject: Corrected return value. --- c/src/exec/libcsupport/src/fcntl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec') diff --git a/c/src/exec/libcsupport/src/fcntl.c b/c/src/exec/libcsupport/src/fcntl.c index 7594c38d6d..5ed66ede5d 100644 --- a/c/src/exec/libcsupport/src/fcntl.c +++ b/c/src/exec/libcsupport/src/fcntl.c @@ -64,7 +64,7 @@ int fcntl( diop->file_info = iop->file_info; diop->flags = iop->flags; diop->pathinfo = iop->pathinfo; - + ret = (int) (diop - rtems_libio_iops); break; case F_GETFD: /* get f_flags */ -- cgit v1.2.3