1
#include <sys/types.h>
2
#include "seek.h"
3
4
#define CUR 1 /* sigh */
5
6
seek_pos seek_cur(fd) int fd;
7
{ return lseek(fd,(off_t) 0,CUR); }