Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#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.

Change History (2)

comment:1 Changed 18 years ago by bird

Resolution: fixed
Status: newclosed

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

comment:2 Changed 18 years ago by bird

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

Note: See TracTickets for help on using tickets.