|
Message-Id: <20121021211545.a950664b.idunham@lavabit.com> Date: Sun, 21 Oct 2012 21:15:45 -0700 From: Isaac Dunham <idunham@...abit.com> To: musl@...ts.openwall.com Subject: Re: posix api test On Sun, 21 Oct 2012 19:17:25 -0400 Rich Felker <dalias@...ifal.cx> wrote: > > > unistd.c:29: error: '_CS_POSIX_V7_THREADS_CFLAGS' undeclared (first use in this function) Not in eglibc trunk (see bits/confname.h) newlib uses 18, fwiw > > unistd.c:30: error: '_CS_POSIX_V7_THREADS_LDFLAGS' undeclared (first use in this function) Likewise. newlib uses 19. > > unistd.c:32: error: '_CS_V7_ENV' undeclared (first use in this function) Tail end of an enum... > > unistd.c:59: error: '_PC_TIMESTAMP_RESOLUTION' undeclared (first use in this function) > > unistd.c:180: error: '_SC_XOPEN_UUCP' undeclared (first use in this function) Don't appear to be defined. > I think glibc is also missing these, at least in the old version I'm > looking at. We'll need to get agreed-upon values. Hopefully a newer > glibc has them for me to pull.. -- Isaac Dunham <idunham@...abit.com>
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.