Opened 17 years ago

Closed 17 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 Changed 17 years ago by bird

Milestone: libc-0.6.2

comment:2 Changed 17 years ago by bird

Resolution: fixed
Status: newclosed

(In [3072]) implemented _SC_PAGE_SIZE/_SC_PAGESIZE. Fixes #133.

Note: See TracTickets for help on using tickets.