source: rtems/cpukit/libcsupport/src/lstat.c @ 16a384cf

4.104.114.84.95
Last change on this file since 16a384cf was 933388ae, checked in by Joel Sherrill <joel.sherrill@…>, on 04/22/99 at 21:13:23

Added lstat().

  • Property mode set to 100644
File size: 491 bytes
Line 
1/*
2 *  lstat() - BSD 4.3 and SVR4 - Get File Status
3 *
4 *  COPYRIGHT (c) 1989-1998.
5 *  On-Line Applications Research Corporation (OAR).
6 *  Copyright assigned to U.S. Government, 1994.
7 *
8 *  The license and distribution terms for this file may be
9 *  found in the file LICENSE in this distribution or at
10 *  http://www.OARcorp.com/rtems/license.html.
11 *
12 *  $Id$
13 */
14
15#define _STAT_NAME         lstat
16#define _STAT_R_NAME       _lstat_r
17#define _STAT_FOLLOW_LINKS FALSE
18
19#include "stat.c"
Note: See TracBrowser for help on using the repository browser.