Feature #1983: Made CmiWallTimer monotonic in the common case
[charm.git] / src / libs / ck-libs / ampi / romio / adio / ad_pfs / ad_pfs_seek.c
blob0dc6c3e4105bb79e57e5df55a0cc20a3ee7ad06a
1 /* -*- Mode: C; c-basic-offset:4 ; -*- */
2 /*
3 * $Id$
5 * Copyright (C) 1997 University of Chicago.
6 * See COPYRIGHT notice in top-level directory.
7 */
9 #include "ad_pfs.h"
11 ADIO_Offset ADIOI_PFS_SeekIndividual(ADIO_File fd, ADIO_Offset offset,
12 int whence, int *error_code)
14 return ADIOI_GEN_SeekIndividual(fd, offset, whence, error_code);