blob: 24658cad925495790e226d08c72408c5244541f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
*** iflib/clibrary.h Sat Sep 11 17:16:11 1993
--- iflib/clibrary.h.neu Wed Feb 19 20:53:56 1997
***************
*** 121,128 ****
--- 121,130 ----
extern void exit();
/* =()<extern @<GETPIDVAL>@ getpid();>()= */
extern int getpid();
+ #ifndef __FreeBSD__
/* =()<extern @<LSEEKVAL>@ lseek();>()= */
extern long lseek();
+ #endif
/* =()<extern @<QSORTVAL>@ qsort();>()= */
extern int qsort();
/* =()<extern @<SLEEPVAL>@ sleep();>()= */
|