source: rtems/cpukit/libfs/src/imfs/imfs_fcntl.c @ a5305f6b

4.104.114.84.95
Last change on this file since a5305f6b was a5305f6b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/17/04 at 08:34:41

Remove stray white spaces.

  • Property mode set to 100644
File size: 483 bytes
Line 
1/*
2 *  IMFS_fcntl
3 *
4 *  The following routine does a fcntl on an IMFS node.
5 *
6 *  COPYRIGHT (c) 1989-1999.
7 *  On-Line Applications Research Corporation (OAR).
8 *
9 *  The license and distribution terms for this file may be
10 *  found in the file LICENSE in this distribution or at
11 *  http://www.rtems.com/license/LICENSE.
12 *
13 *  $Id$
14 */
15
16#if HAVE_CONFIG_H
17#include "config.h"
18#endif
19
20#include "imfs.h"
21
22int IMFS_fcntl(
23  int            cmd,
24  rtems_libio_t *iop
25)
26{
27  return 0;
28}
Note: See TracBrowser for help on using the repository browser.