#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) |
int gfal_posix_internal_lseek | ( | int | fd, | |
off_t | offset, | |||
int | whence | |||
) |
Implementation of the posix lseek