bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

strtok_r.c sync


From: Karl Berry
Subject: strtok_r.c sync
Date: Thu, 1 Feb 2007 08:41:18 -0600

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]