Opened 17 years ago
Closed 16 years ago
#2093 closed enhancement (fixed)
Missing POSIX header libgen.h
Reported by: | begasus | Owned by: | emitrax |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/pre-alpha1 |
Keywords: | Cc: | haiku@…, mattmadia@… | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
This is not really a bug but a missing header, korli already added libgen.h and dirname.c to the glibc libroot section. But for compiling libgen.h is still needed (wanted) in the development section (POSIX headers). Another missing file I came across is features.h. PS. the undefined reference to dirname has gone korli ;)
PS stippi was missing fenv.h also ...
Change History (9)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Summary: | Missing possix headers → Missing POSIX headers |
Type: | bug → enhancement |
comment:2 by , 17 years ago
Component: | Build System → - General |
---|---|
Owner: | changed from | to
comment:3 by , 16 years ago
Summary: | Missing POSIX headers → Missing POSIX headers libgen.h |
---|
comment:4 by , 16 years ago
Summary: | Missing POSIX headers libgen.h → Missing POSIX header libgen.h |
---|
comment:5 by , 16 years ago
Cc: | added |
---|
comment:6 by , 16 years ago
I am curious why the ticket is not fixed yet? There are only three small things to do:
- Add xpg_basename.c to Jamfile
- Fix libgen.h (remove _THROW and features.h)
- Add libgen.h as a public header.
comment:7 by , 16 years ago
Cc: | added |
---|
comment:8 by , 16 years ago
Owner: | changed from | to
---|
comment:9 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Added libgen.h along with dirname and basename in hrev28888.
Note:
See TracTickets
for help on using tickets.
features.h seems not to be a POSIX header.
Opening a different ticket for fenv.h as it is not related to libgen.h.