llib-lucb revision 7c478bd95313f5f23a4c958a745db2134aa03244
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* Copyright 2004 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/* LINTLIBRARY */
/* PROTOLIB1 */
/* port/sys/gettimeofday.c */
int _sigsetmask(int);
int ucbsigsetmask(int);
int _sigblock(int);
int ucbsigblock(int);
int usigpause(int);
int ucbsigpause(int);
void ucbsignal(int, void (*)());
void usignal(int, void (*)());
int _siginterrupt(int, int);
int ucbsiginterrupt(int, int);
int flock(int, int);
/* port/sys/getdtblsize.c */
int getdtablesize(void);
/* port/sys/gethostid.c */
long gethostid(void);
/* port/sys/gethostname.c */
int gethostname(char *, int);
int sethostname(char *, int);
/* port/sys/getpagesize.c */
int getpagesize(void);
int killpg(int, int);
int reboot(int, char *);
int setreuid(int, int);
int setregid(int, int);
int wstat(int, int);
/* port/sys/getrusage.c */
char *sprintf(const char *, const char *, ...);
/* void _mkarglst(char *, stva_list args, stva_list arglst[]); */
/* void _getarg(char *, stva_list *, int); */
/* VARARGS1 */
int printf(const char *, ...);
/* port/stdio/vfprintf.c */
/* VARARGS2 */
/* VARARGS1 */
/* port/stdio/vsprintf.c */
/* VARARGS2 */
/* port/gen/setpriority.c */
int getpriority(int, int);
int setpriority(int, int, int);
int bcmp(char *, char *, int);
void bcopy(char *, char *, int);
void bzero(char *, int);
/* port/gen/getusershell.c */
char *getusershell(void);
int endusershell(void);
int setusershell(void);
char *getwd(char *);
char *index(char *, char);
int mkstemp(char *);
int nice(int);
int rand(void);
char *setstate(char *);
long random(void);
char *re_comp(char *);
int re_exec(char *);
char *rindex(char *, char);
/* port/gen/setbuffer.c */
int setlinebuf(FILE *);