xref: /original-bsd/sys/tahoe/inline/libcpats.c (revision bd226a66)
1 /*-
2  * Copyright (c) 1984 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  */
7 
8 #ifndef lint
9 static char sccsid[] = "@(#)libcpats.c	1.4 (Berkeley) 05/08/91";
10 #endif /* not lint */
11 
12 #include "inline.h"
13 
14 /*
15  * Pattern table for the C library.
16  */
17 struct pats libc_ptab[] = {
18 
19 	{ 0, "", "" }
20 };
21