/[cvs]/ccvs/lib/ftruncate.c
ViewVC logotype

Diff of /ccvs/lib/ftruncate.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by dprice, Mon Sep 19 21:26:13 2005 UTC revision 1.4 by dprice, Tue Oct 4 02:34:53 2005 UTC
# Line 23  ftruncate (int fd, off_t length) Line 23  ftruncate (int fd, off_t length)
23    
24  #  include <sys/stat.h>  #  include <sys/stat.h>
25  #  include <errno.h>  #  include <errno.h>
26  #  if HAVE_UNISTD_H  #  include <unistd.h>
 #   include <unistd.h>  
 #  endif  
27    
28  int  int
29  ftruncate (int fd, off_t length)  ftruncate (int fd, off_t length)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26