summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/files.c
blob: ab216b1d91cb43d2549c709a8f1e2c4f6d3666e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $NetBSD: files.c,v 1.1 2002/03/15 13:23:34 simonb Exp $ */

/*
 *	files.c:
 *
 *	libsa file table.  separate from other global variables so that
 *	all of those don't need to be linked in just to use open, et al.
 */

#include "stand.h"

struct open_file files[SOPEN_MAX];