X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fmemrchr.c;h=3827208d800df0d0523ba0ff36bea4f786192436;hb=d30babc23b4f25be970ada2e63a50220a3672281;hp=984ad52006b80e2ab5c986ba5927839ad8ac80d8;hpb=daa269958ad8d50ef8154ccb65e58acaf7a6dd99;p=debian%2Ftar diff --git a/gnu/memrchr.c b/gnu/memrchr.c index 984ad520..3827208d 100644 --- a/gnu/memrchr.c +++ b/gnu/memrchr.c @@ -1,8 +1,6 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* memrchr -- find the last occurrence of a byte in a memory block - Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2013 Free Software + Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2015 Free Software Foundation, Inc. Based on strlen implementation by Torbjorn Granlund (tege@sics.se),