#112 closed defect (fixed)
libc: stdio.h va_list & _POSIX_C_SOURCE=1
| Reported by: | bird | Owned by: | bird | 
|---|---|---|---|
| Priority: | normal | Milestone: | libc-0.6.2 | 
| Component: | libc | Version: | 0.6 | 
| Severity: | normal | Keywords: | stdio _POSIX_C_SOURCE va_list | 
| Cc: | 
Description
#define _POSIX_C_SOURCE 1 causes gcc to say "error: parse error before "va_list"" when <stdio.h> is included (at line 572). Should probably be va_list.
  Note:
 See   TracTickets
 for help on using tickets.
    

(In [2776]) va_list -> va_list. Fixes #112.