BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001053 [uClibc] Stdio minor always 09-27-06 08:26 02-13-07 09:54
Reporter pako View Status public  
Assigned To uClibc
Priority normal Resolution unable to reproduce  
Status closed   Product Version 0.9.28
Summary 0001053: trans2r.c doesn't link
Description files libc/stdio/*.c (for example uClibc-0.9.28\libc\stdio\_trans2w.c)
do not include <features.h>, so __UCLIBC_HAS_WCHAR__ is not set, even if it should be.
As a result things don't link: function
int __stdio_trans2r(FILE * __restrict stream)
is compiled instead of
int __stdio_trans2r_o(FILE * __restrict stream, int oflag)
producing undefined reference to __stdio_trans2r_o.

the same problem with allmost everything in libc/stdio.
I think #include <features.h> must be added to libc/stdio/_stdio.h
Additional Information
Attached Files

- Relationships

- Notes
(0002156)
vapier
02-13-07 09:54

the .c files pull in _stdio.h which pulls in features.h
 

- Issue History
Date Modified Username Field Change
09-27-06 08:26 pako New Issue
09-27-06 08:26 pako Status new => assigned
09-27-06 08:26 pako Assigned To  => uClibc
02-13-07 09:54 vapier Note Added: 0002156
02-13-07 09:54 vapier Status assigned => closed
02-13-07 09:54 vapier Resolution open => unable to reproduce


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker