Bug 31273 - Custom Stream Hook Functions: fgetpos is said to have a whence argument
Summary: Custom Stream Hook Functions: fgetpos is said to have a whence argument
Status: UNCONFIRMED
Alias: None
Product: glibc
Classification: Unclassified
Component: manual (show other bugs)
Version: 2.40
: P2 minor
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-22 17:47 UTC by Lily
Modified: 2024-01-22 17:47 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lily 2024-01-22 17:47:46 UTC
In section 12.21.2.2 Custom Stream Hook Functions, while describing the seeker hook, the manual reads:

> For this function, the position and whence arguments are interpreted as for fgetpos; see Portable File-Position Functions. 

However fgetpos does not have a whence argument, at least currently.