Subject: ftruncate & truncate prototypes &
To: None <tech-userlevel@NetBSD.ORG>
From: J.T. Conklin <jtc@cygnus.com>
List: tech-userlevel
Date: 04/17/1995 21:37:58
I noticed that our <sys/types.h> header provides a prototype for
lseek().  This helps programs that don't #include <unistd.h> get
lseeks()'s prototype (since our off_t is now 64 bits). 

Should we do the same for truncate() and ftruncate()?

	--jtc