diff options
Diffstat (limited to 'lib/libc/arch/arm32/sys/sigprocmask.S')
-rw-r--r-- | lib/libc/arch/arm32/sys/sigprocmask.S | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/arch/arm32/sys/sigprocmask.S b/lib/libc/arch/arm32/sys/sigprocmask.S index 7fc4535e35d..1f243a4c6cd 100644 --- a/lib/libc/arch/arm32/sys/sigprocmask.S +++ b/lib/libc/arch/arm32/sys/sigprocmask.S @@ -1,12 +1,9 @@ -/* $NetBSD: sigprocmask.S,v 1.1 1996/02/16 20:49:04 mark Exp $ */ +/* $NetBSD: sigprocmask.S,v 1.2 1996/05/12 19:55:33 mark Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * William Jolitz. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -36,7 +33,7 @@ * SUCH DAMAGE. * * from: @(#)sigprocmask.s 5.2 (Berkeley) 12/17/90 - * $Id: sigprocmask.S,v 1.1 1996/05/01 12:51:33 deraadt Exp $ + * $Id: sigprocmask.S,v 1.2 1996/05/22 11:39:24 deraadt Exp $ */ #include "SYS.h" |