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

file for the internal function of the POSIX readlink functions More...

#include <stdio.h>
#include <sys/stat.h>
#include <errno.h>
#include <glib.h>
#include "gfal_posix_internal.h"
#include "../common/gfal_types.h"
#include "gfal_posix_local_file.h"
#include "gfal_common_plugin.h"

Functions

ssize_t gfal_posix_internal_readlink (const char *path, char *buf, size_t buffsiz)

Detailed Description

file for the internal function of the POSIX readlink functions

Author:
Devresse Adrien
Version:
2.0
Date:
20/07/2011

Function Documentation

ssize_t gfal_posix_internal_readlink ( const char *  path,
char *  buf,
size_t  buffsiz 
) [inline]

internal implementation of gfal_readlink

References gfal_check_local_url(), and gfal_plugin_readlinkG().