diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-12-19 22:27:00 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-12-19 22:27:00 +0000 |
commit | 6af69de3d38f97904ed3dcfef30f350614e051f3 (patch) | |
tree | 59f7f3349a1422a1fe2ac7e2239f2a376bd51f0f /newlib/libc/string | |
parent | 3cc8a378d117ead86181ed4d9b440d5a59b08779 (diff) | |
download | cygnal-6af69de3d38f97904ed3dcfef30f350614e051f3.tar.gz cygnal-6af69de3d38f97904ed3dcfef30f350614e051f3.tar.bz2 cygnal-6af69de3d38f97904ed3dcfef30f350614e051f3.zip |
2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
* libc/string/strcasestr.c: Remove id macro.
* libc/sys/linux/linuxthreads/attr.c: Fix up sched_priority
field reference to be __sched_priority.
* libc/sys/linux/linuxthreads/joinrace.c: Ditto.
* libc/sys/linux/linuxthreads/manager.c: Ditto.
* libc/sys/linux/stdlib/collate.c: Remove id macro.
* libc/sys/linux/stdlib/collcmp.c: Ditto.
* libc/sys/linux/stdlib/engine.c: Ditto.
* libc/sys/linux/stdlib/fnmatch.c: Ditto.
* libc/sys/linux/stdlib/glob.c: Ditto.
* libc/sys/linux/stdlib/reallocf.c: Ditto.
* libc/sys/linux/stdlib/regcomp.c: Ditto.
* libc/sys/linux/stdlib/regerror.c: Ditto.
* libc/sys/linux/stdlib/regexec.c: Ditto.
* libc/sys/linux/stdlib/regfree.c: Ditto.
* libc/sys/linux/sys/cdefs.h: Replace with latest version.
* libc/sys/linux/include/argp.h: Ditto.
* libc/sys/linux/sys/libc-lock.h: New file.
* libc/sys/linux/sys/stdint.h: Ditto.
* libc/sys/linux/include/sched.h: New file.
Diffstat (limited to 'newlib/libc/string')
-rw-r--r-- | newlib/libc/string/strcasestr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/string/strcasestr.c b/newlib/libc/string/strcasestr.c index f1c14a08b..4f6f87e97 100644 --- a/newlib/libc/string/strcasestr.c +++ b/newlib/libc/string/strcasestr.c @@ -69,7 +69,6 @@ QUICKREF */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD: /repoman/r/ncvs/src/lib/libc/string/strcasestr.c,v 1.4 2007/01/09 00:28:12 imp Exp $"); #include <ctype.h> #include <string.h> |