diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 23:33:04 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 23:33:04 +0000 |
| commit | 71d9c7815e7a209829578ebc30b63f6e0c64fcf2 (patch) | |
| tree | f3b155779419dd6521ee9f233a24dbd8a8f88a50 /include/stdio.h | |
| parent | dff88dc42001c678fe6956b1416ba61f98c232c7 (diff) | |
Notes
Diffstat (limited to 'include/stdio.h')
| -rw-r--r-- | include/stdio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h index 595f8f27dc1b..fe2133030cd0 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -162,8 +162,8 @@ __END_DECLS #define __SMBF 0x0080 /* _buf is from malloc */ #define __SAPP 0x0100 /* fdopen()ed in append mode */ #define __SSTR 0x0200 /* this is an sprintf/snprintf string */ -#define __SOPT 0x0400 /* do fseek() optimisation */ -#define __SNPT 0x0800 /* do not do fseek() optimisation */ +#define __SOPT 0x0400 /* do fseek() optimization */ +#define __SNPT 0x0800 /* do not do fseek() optimization */ #define __SOFF 0x1000 /* set iff _offset is in fact correct */ #define __SMOD 0x2000 /* true => fgetln modified _p text */ |
