diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-09-02 04:36:31 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-09-02 04:36:31 +0000 |
commit | dd410e63659545eb8fb6e836c8d9ee5533400f65 (patch) | |
tree | 49c6403542e38bc32a6c3ad98cb1a0c08f449dea /ace/FILE.h | |
parent | 390a7cd6260f7697c69764a20b7ce16563aff8c6 (diff) | |
download | ATCD-dd410e63659545eb8fb6e836c8d9ee5533400f65.tar.gz |
ChangeLogTag:Wed Sep 1 21:37:59 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/FILE.h')
-rw-r--r-- | ace/FILE.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/FILE.h b/ace/FILE.h index 8f9c20ab545..287c8e178f7 100644 --- a/ace/FILE.h +++ b/ace/FILE.h @@ -78,7 +78,8 @@ public: int truncate (off_t length); // Set filesize to length byte. - off_t seek (off_t offset, int whence = SEEK_CUR); + off_t seek (off_t offset, + int whence = SEEK_CUR); // Sets the file pointer as follows: // o If <whence> is <SEEK_SET>, the pointer is set to <offset> // bytes. |