aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-09-24 08:32:47 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-04 07:03:15 +0100
commit4b3f69e4ac7e603ffe031aa3ec61c76e991fe6eb (patch)
tree654e091a1db3d6e1954a5332d4e20ca50637f84b /newlib
parent7346e14d44e0f5ad78759bafc218b4be61408527 (diff)
downloadnewlib-4b3f69e4ac7e603ffe031aa3ec61c76e991fe6eb.zip
newlib-4b3f69e4ac7e603ffe031aa3ec61c76e991fe6eb.tar.gz
newlib-4b3f69e4ac7e603ffe031aa3ec61c76e991fe6eb.tar.bz2
Synchronize <sys/_timespec.h> with FreeBSD
Diffstat (limited to 'newlib')
-rw-r--r--newlib/libc/include/sys/_timespec.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/newlib/libc/include/sys/_timespec.h b/newlib/libc/include/sys/_timespec.h
index 7609e4a..f810b00 100644
--- a/newlib/libc/include/sys/_timespec.h
+++ b/newlib/libc/include/sys/_timespec.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
@@ -10,7 +12,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -28,7 +30,7 @@
*
* @(#)time.h 8.5 (Berkeley) 5/4/95
* from: FreeBSD: src/sys/sys/time.h,v 1.43 2000/03/20 14:09:05 phk Exp
- * $FreeBSD$
+ * $FreeBSD: head/sys/sys/_timespec.h 326023 2017-11-20 19:43:44Z pfg $
*/
#ifndef _SYS__TIMESPEC_H_