Sun Java System Web Server 7.0 Update 4 NSAPI Developer's Guide

Example

filebuf *buf = filebuf_open_nostat(fd, FILE_BUFFERSIZE, &finfo);
if (!buf) 
{    
  system_fclose(fd);
}