summaryrefslogtreecommitdiff
path: root/ace/FILE.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-02 04:36:31 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-02 04:36:31 +0000
commitdd410e63659545eb8fb6e836c8d9ee5533400f65 (patch)
tree49c6403542e38bc32a6c3ad98cb1a0c08f449dea /ace/FILE.h
parent390a7cd6260f7697c69764a20b7ce16563aff8c6 (diff)
downloadATCD-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.h3
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.