summaryrefslogtreecommitdiff
path: root/lib/libc_r/test
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-01-04 10:03:52 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-01-04 10:03:52 +0000
commit527df146757009d1bef3a33e15f01f08b7ec3c79 (patch)
treed420a9a00ab7dc24d9b29bdca4cc9783df8bf654 /lib/libc_r/test
parentd01f822824105fdc472b24a9746ad67130bf3a02 (diff)
Notes
Diffstat (limited to 'lib/libc_r/test')
-rw-r--r--lib/libc_r/test/mutex/mutex.c1
-rw-r--r--lib/libc_r/test/sigsuspend/sigsuspend.c1
-rw-r--r--lib/libc_r/test/sigwait/sigwait.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc_r/test/mutex/mutex.c b/lib/libc_r/test/mutex/mutex.c
index 1fe45027b49b..02689d307601 100644
--- a/lib/libc_r/test/mutex/mutex.c
+++ b/lib/libc_r/test/mutex/mutex.c
@@ -29,6 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $FreeBSD$
*/
#include <stdlib.h>
#include <unistd.h>
diff --git a/lib/libc_r/test/sigsuspend/sigsuspend.c b/lib/libc_r/test/sigsuspend/sigsuspend.c
index 894b09263338..7921e8aa1fbb 100644
--- a/lib/libc_r/test/sigsuspend/sigsuspend.c
+++ b/lib/libc_r/test/sigsuspend/sigsuspend.c
@@ -29,6 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $FreeBSD$
*/
#include <stdlib.h>
#include <unistd.h>
diff --git a/lib/libc_r/test/sigwait/sigwait.c b/lib/libc_r/test/sigwait/sigwait.c
index 6dd31087a6e9..4fcaa4ff6673 100644
--- a/lib/libc_r/test/sigwait/sigwait.c
+++ b/lib/libc_r/test/sigwait/sigwait.c
@@ -29,6 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $FreeBSD$
*/
#include <stdlib.h>
#include <unistd.h>