| Anonymous | Login | Signup for a new account | 11-10-2008 10:58 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000745 | [BusyBox] Other | minor | always | 02-19-06 15:30 | 02-28-06 02:16 | ||||
| Reporter | rfelker | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 1.01 | ||||||
| Summary | 0000745: [PORTABILITY] coreutils/printf.c and cal.c rely on __P for prototypes | ||||||||
| Description |
As far as I can tell this is just legacy cruft someone forgot to delete. The rest of BusyBox does not support pre-ANSI C compilers. If it's desirable to keep this, please add: #ifndef __P #define __P(x) x #endif or similar so that BusyBox does not rely on the internal macros of glibc which are not meant to be available to applications. |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |