aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>2000-09-14 07:30:28 +0000
committerGreg McGary <greg@mcgary.org>2000-09-14 07:30:28 +0000
commit7ca5d0dcb3eee499abaa0cf97e37659a490f9413 (patch)
treeec3e7e4ce5910fbeb73c3e100972a298d4b5bb84 /sysdeps/generic
parent56b2223e327922cff549fd78a5df2f94c6d38e67 (diff)
downloadglibc-7ca5d0dcb3eee499abaa0cf97e37659a490f9413.zip
glibc-7ca5d0dcb3eee499abaa0cf97e37659a490f9413.tar.gz
glibc-7ca5d0dcb3eee499abaa0cf97e37659a490f9413.tar.bz2
* bp-checks.h: Remove bogus reference to GNU MP in copyright notice.
* bp-semctl.h: Likewise. * bp-start.h: Likewise. * bp-sym.h: Likewise. * bp-thunks.h: Likewise. Include <stdio.h> to get rename prototype. 2000-09-14 Greg McGary <greg@mcgary.org> * bp-checks.h: Remove bogus reference to GNU MP in copyright notice. * bp-semctl.h: Likewise. * bp-start.h: Likewise. * bp-sym.h: Likewise. * bp-thunks.h: Likewise. Include <stdio.h> to get rename prototype.
Diffstat (limited to 'sysdeps/generic')
-rw-r--r--sysdeps/generic/bp-checks.h4
-rw-r--r--sysdeps/generic/bp-semctl.h4
-rw-r--r--sysdeps/generic/bp-start.h4
-rw-r--r--sysdeps/generic/bp-sym.h4
-rw-r--r--sysdeps/generic/bp-thunks.h5
5 files changed, 8 insertions, 13 deletions
diff --git a/sysdeps/generic/bp-checks.h b/sysdeps/generic/bp-checks.h
index 41ffad7..18dd60a 100644
--- a/sysdeps/generic/bp-checks.h
+++ b/sysdeps/generic/bp-checks.h
@@ -1,10 +1,8 @@
/* Bounded-pointer checking macros for C.
Copyright (C) 2000 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
Contributed by Greg McGary <greg@mcgary.org>
- This file is part of the GNU C Library. Its master source is NOT part of
- the C library, however. The master source lives in the GNU MP Library.
-
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
diff --git a/sysdeps/generic/bp-semctl.h b/sysdeps/generic/bp-semctl.h
index 7ba8f43..0c72d44 100644
--- a/sysdeps/generic/bp-semctl.h
+++ b/sysdeps/generic/bp-semctl.h
@@ -1,10 +1,8 @@
/* Bounded-pointer checking macros for C.
Copyright (C) 2000 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
Contributed by Greg McGary <greg@mcgary.org>
- This file is part of the GNU C Library. Its master source is NOT part of
- the C library, however. The master source lives in the GNU MP Library.
-
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
diff --git a/sysdeps/generic/bp-start.h b/sysdeps/generic/bp-start.h
index 3c440fd..4303128 100644
--- a/sysdeps/generic/bp-start.h
+++ b/sysdeps/generic/bp-start.h
@@ -1,5 +1,7 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Bounded-pointer checking macros for C.
+ Copyright (C) 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
+ Contributed by Greg McGary <greg@mcgary.org>
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
diff --git a/sysdeps/generic/bp-sym.h b/sysdeps/generic/bp-sym.h
index d2b3bd0..82f4eb5 100644
--- a/sysdeps/generic/bp-sym.h
+++ b/sysdeps/generic/bp-sym.h
@@ -1,10 +1,8 @@
/* Bounded-pointer symbol modifier.
Copyright (C) 2000 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
Contributed by Greg McGary <greg@mcgary.org>
- This file is part of the GNU C Library. Its master source is NOT part of
- the C library, however. The master source lives in the GNU MP Library.
-
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
diff --git a/sysdeps/generic/bp-thunks.h b/sysdeps/generic/bp-thunks.h
index 6a00e6b..2ac7be5 100644
--- a/sysdeps/generic/bp-thunks.h
+++ b/sysdeps/generic/bp-thunks.h
@@ -1,10 +1,8 @@
/* Bounded-pointer syscall thunk support.
Copyright (C) 2000 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
Contributed by Greg McGary <greg@mcgary.org>
- This file is part of the GNU C Library. Its master source is NOT part of
- the C library, however. The master source lives in the GNU MP Library.
-
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
@@ -43,6 +41,7 @@
#include <fcntl.h>
#include <time.h>
#include <utime.h>
+#include <stdio.h>
#include <sys/types.h>
#include <sys/ioctl.h>