summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/stdlib
diff options
context:
space:
mode:
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>