We were syncing strtok_r.c with glibc. Now the change below was made. Should we revert the change or drop the sync?
Thanks, k *** lib/strtok_r.c Sat Jan 27 00:34:48 2007 --- /tmp/strtok_r.c Thu Feb 1 00:34:15 2007 *************** *** 1,4 **** /* Reentrant string tokenizer. Generic version. ! Copyright (C) 1991,1996-1999,2001,2004,2007 Free Software Foundation, Inc. This file is part of the GNU C Library. --- 1,4 ---- /* Reentrant string tokenizer. Generic version. ! Copyright (C) 1991,1996-1999,2001,2004 Free Software Foundation, Inc. This file is part of the GNU C Library. *************** *** 27,30 **** --- 27,32 ---- #ifndef _LIBC + /* Get specification. */ + # include "strtok_r.h" # define __strtok_r strtok_r # define __rawmemchr strchr