Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-12-20 01:27:00 +0300
committerJeff Johnston <jjohnstn@redhat.com>2007-12-20 01:27:00 +0300
commit6af69de3d38f97904ed3dcfef30f350614e051f3 (patch)
tree59f7f3349a1422a1fe2ac7e2239f2a376bd51f0f /newlib/libc/sys/linux/stdlib
parent3cc8a378d117ead86181ed4d9b440d5a59b08779 (diff)
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/sys/linux/stdlib')
-rw-r--r--newlib/libc/sys/linux/stdlib/collate.c1
-rw-r--r--newlib/libc/sys/linux/stdlib/collcmp.c1
-rw-r--r--newlib/libc/sys/linux/stdlib/engine.c1
-rw-r--r--newlib/libc/sys/linux/stdlib/fnmatch.c1
-rw-r--r--newlib/libc/sys/linux/stdlib/glob.c1
-rw-r--r--newlib/libc/sys/linux/stdlib/reallocf.c1
-rw-r--r--newlib/libc/sys/linux/stdlib/regcomp.c1
-rw-r--r--newlib/libc/sys/linux/stdlib/regerror.c1
-rw-r--r--newlib/libc/sys/linux/stdlib/regexec.c1
-rw-r--r--newlib/libc/sys/linux/stdlib/regfree.c1
10 files changed, 0 insertions, 10 deletions
diff --git a/newlib/libc/sys/linux/stdlib/collate.c b/newlib/libc/sys/linux/stdlib/collate.c
index 05ee9aba0..37ef80bf5 100644
--- a/newlib/libc/sys/linux/stdlib/collate.c
+++ b/newlib/libc/sys/linux/stdlib/collate.c
@@ -26,7 +26,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/locale/collate.c,v 1.24 2002/03/29 22:43:42 markm Exp $");
#include "namespace.h"
#include <rune.h>
diff --git a/newlib/libc/sys/linux/stdlib/collcmp.c b/newlib/libc/sys/linux/stdlib/collcmp.c
index 97046a9d5..777089761 100644
--- a/newlib/libc/sys/linux/stdlib/collcmp.c
+++ b/newlib/libc/sys/linux/stdlib/collcmp.c
@@ -25,7 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/locale/collcmp.c,v 1.14 2002/03/22 21:52:18 obrien Exp $");
#define ASCII_COMPATIBLE_COLLATE /* see share/colldef */
diff --git a/newlib/libc/sys/linux/stdlib/engine.c b/newlib/libc/sys/linux/stdlib/engine.c
index 92f756f7b..ab21bb4c2 100644
--- a/newlib/libc/sys/linux/stdlib/engine.c
+++ b/newlib/libc/sys/linux/stdlib/engine.c
@@ -38,7 +38,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/regex/engine.c,v 1.12 2002/03/22 21:52:47 obrien Exp $");
/*
* The matching engine and friends. This file is #included by regexec.c
diff --git a/newlib/libc/sys/linux/stdlib/fnmatch.c b/newlib/libc/sys/linux/stdlib/fnmatch.c
index 7b6f10dff..4f86e8fbc 100644
--- a/newlib/libc/sys/linux/stdlib/fnmatch.c
+++ b/newlib/libc/sys/linux/stdlib/fnmatch.c
@@ -38,7 +38,6 @@
static char sccsid[] = "@(#)fnmatch.c 8.2 (Berkeley) 4/16/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/gen/fnmatch.c,v 1.15 2002/02/01 01:32:19 obrien Exp $");
/*
* Function fnmatch() as specified in POSIX 1003.2-1992, section B.6.
diff --git a/newlib/libc/sys/linux/stdlib/glob.c b/newlib/libc/sys/linux/stdlib/glob.c
index 0e392b32d..5335c1b54 100644
--- a/newlib/libc/sys/linux/stdlib/glob.c
+++ b/newlib/libc/sys/linux/stdlib/glob.c
@@ -38,7 +38,6 @@
static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/gen/glob.c,v 1.19 2002/02/01 01:32:19 obrien Exp $");
/*
* glob(3) -- a superset of the one defined in POSIX 1003.2.
diff --git a/newlib/libc/sys/linux/stdlib/reallocf.c b/newlib/libc/sys/linux/stdlib/reallocf.c
index d50200622..4c482fade 100644
--- a/newlib/libc/sys/linux/stdlib/reallocf.c
+++ b/newlib/libc/sys/linux/stdlib/reallocf.c
@@ -25,7 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/stdlib/reallocf.c,v 1.4 2002/03/22 21:53:10 obrien Exp $");
#include <stdlib.h>
diff --git a/newlib/libc/sys/linux/stdlib/regcomp.c b/newlib/libc/sys/linux/stdlib/regcomp.c
index 8a3886964..766c43829 100644
--- a/newlib/libc/sys/linux/stdlib/regcomp.c
+++ b/newlib/libc/sys/linux/stdlib/regcomp.c
@@ -41,7 +41,6 @@
static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/regex/regcomp.c,v 1.27 2002/03/22 21:52:47 obrien Exp $");
#include <sys/types.h>
#include <stdio.h>
diff --git a/newlib/libc/sys/linux/stdlib/regerror.c b/newlib/libc/sys/linux/stdlib/regerror.c
index 66b1e5256..30a9759b2 100644
--- a/newlib/libc/sys/linux/stdlib/regerror.c
+++ b/newlib/libc/sys/linux/stdlib/regerror.c
@@ -41,7 +41,6 @@
static char sccsid[] = "@(#)regerror.c 8.4 (Berkeley) 3/20/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/regex/regerror.c,v 1.7 2002/03/21 22:48:00 obrien Exp $");
#include <sys/types.h>
#include <stdio.h>
diff --git a/newlib/libc/sys/linux/stdlib/regexec.c b/newlib/libc/sys/linux/stdlib/regexec.c
index 4f3bb509f..bb2882951 100644
--- a/newlib/libc/sys/linux/stdlib/regexec.c
+++ b/newlib/libc/sys/linux/stdlib/regexec.c
@@ -41,7 +41,6 @@
static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/regex/regexec.c,v 1.3 2002/03/21 18:41:51 obrien Exp $");
/*
* the outer shell of regexec()
diff --git a/newlib/libc/sys/linux/stdlib/regfree.c b/newlib/libc/sys/linux/stdlib/regfree.c
index 82119d31d..982d7f1d4 100644
--- a/newlib/libc/sys/linux/stdlib/regfree.c
+++ b/newlib/libc/sys/linux/stdlib/regfree.c
@@ -41,7 +41,6 @@
static char sccsid[] = "@(#)regfree.c 8.3 (Berkeley) 3/20/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/regex/regfree.c,v 1.5 2002/03/22 21:52:47 obrien Exp $");
#include <sys/types.h>
#include <stdio.h>