CERN org.glite.Gfal  2.0.1
Functions
/builddir/build/BUILD/gfal2-2.0.0/src/posix/gfal_posix_lseek.c File Reference

file for the internal function of the POSIX lseek function More...

#include <stdio.h>
#include <errno.h>
#include <glib.h>
#include <common/gfal_prototypes.h>
#include <common/gfal_types.h>
#include <common/gfal_common_plugin.h>
#include <common/gfal_common_filedescriptor.h>
#include <common/gfal_common_errverbose.h>
#include <common/gfal_common_file_handle.h>
#include "gfal_posix_internal.h"
#include "gfal_posix_local_file.h"

Functions

int gfal_posix_internal_lseek (int fd, off_t offset, int whence)

Detailed Description

file for the internal function of the POSIX lseek function

Author:
Devresse Adrien
Date:
18/07/2011

Function Documentation

int gfal_posix_internal_lseek ( int  fd,
off_t  offset,
int  whence 
)

Implementation of the posix lseek

References gfal_file_handle_bind().

Referenced by gfal_lseek().