Opened 18 years ago
Closed 18 years ago
#133 closed defect (fixed)
_SC_PAGESIZE missing in sysconf()
Reported by: | cinc | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.2 |
Component: | libc | Version: | 0.6.1 |
Severity: | normal | Keywords: | sysconf _SC_PAGESIZE |
Cc: |
Description
The sysconf() function doesn't implement the _SC_PAGESIZE (and _SC_PAGE_SIZE) parameters. This breaks GLIB 2.12.4 compilation (a workaround is easy, though).
Change History (2)
comment:1 by , 18 years ago
Milestone: | → libc-0.6.2 |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3072]) implemented _SC_PAGE_SIZE/_SC_PAGESIZE. Fixes #133.