|
Message-Id: <8923846D-177A-499F-98B6-B2CDD149AD39@gmail.com> Date: Mon, 11 Feb 2013 13:14:30 -0800 From: nwmcsween@...il.com To: "musl@...ts.openwall.com" <musl@...ts.openwall.com> Subject: Re: removed symbols in strings.h #if posix .... deprecated warning etc #endif On Feb 11, 2013, at 12:25 PM, Jens Gustedt <jens.gustedt@...ia.fr> wrote: > Hello, > the functions > > int bcmp (const void *, const void *, size_t); > void bcopy (const void *, void *, size_t); > void bzero (void *, size_t); > char *index (const char *, int); > char *rindex (const char *, int); > > in strings.h are removed from the current version of the POSIX > standard. Shouldn't that mean they should be put between guards > (something with POSIX version and / or __GNU_SOURCE) and the symbols > made weak in the library? > > Jens > > -- > :: INRIA Nancy Grand Est :: http://www.loria.fr/~gustedt/ :: > :: AlGorille ::::::::::::::: office Nancy : +33 383593090 :: > :: ICube :::::::::::::: office Strasbourg : +33 368854536 :: > :: ::::::::::::::::::::::::::: gsm France : +33 651400183 :: > :: :::::::::::::::::::: gsm international : +49 15737185122 :: > >
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.