diff options
Diffstat (limited to 'lib/libc_r/test')
| -rw-r--r-- | lib/libc_r/test/mutex/mutex.c | 1 | ||||
| -rw-r--r-- | lib/libc_r/test/sigsuspend/sigsuspend.c | 1 | ||||
| -rw-r--r-- | lib/libc_r/test/sigwait/sigwait.c | 1 |
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> |
