diff options
author | 2008-07-21 20:29:14 +0000 | |
---|---|---|
committer | 2008-07-21 20:29:14 +0000 | |
commit | 2d2c90e6463ca665c6761a911038e365c74430cd (patch) | |
tree | aba27cb985b32efac11aa225e0a52daba92da879 /lib/libm/src | |
parent | gives this a chance to work on architectures with strict alignment (diff) | |
download | wireguard-openbsd-2d2c90e6463ca665c6761a911038e365c74430cd.tar.xz wireguard-openbsd-2d2c90e6463ca665c6761a911038e365c74430cd.zip |
rename lround.c lroundf.c llround.c llroundf.c to s_lround.c
s_lroundf.c s_llround.c s_llroundf.c, for naming consistency
looks fine to millert@
Diffstat (limited to 'lib/libm/src')
-rw-r--r-- | lib/libm/src/s_llround.c (renamed from lib/libm/src/llround.c) | 4 | ||||
-rw-r--r-- | lib/libm/src/s_llroundf.c (renamed from lib/libm/src/llroundf.c) | 4 | ||||
-rw-r--r-- | lib/libm/src/s_lround.c (renamed from lib/libm/src/lround.c) | 2 | ||||
-rw-r--r-- | lib/libm/src/s_lroundf.c (renamed from lib/libm/src/lroundf.c) | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/lib/libm/src/llround.c b/lib/libm/src/s_llround.c index b52c02c3291..e9ba5c05363 100644 --- a/lib/libm/src/llround.c +++ b/lib/libm/src/s_llround.c @@ -1,4 +1,4 @@ -/* $OpenBSD: llround.c,v 1.1 2005/11/17 20:07:40 otto Exp $ */ +/* $OpenBSD: s_llround.c,v 1.1 2008/07/21 20:29:14 martynas Exp $ */ /* $NetBSD: llround.c,v 1.2 2004/10/13 15:18:32 drochner Exp $ */ /* @@ -11,4 +11,4 @@ #define RESTYPE_MIN LLONG_MIN #define RESTYPE_MAX LLONG_MAX -#include "lround.c" +#include "s_lround.c" diff --git a/lib/libm/src/llroundf.c b/lib/libm/src/s_llroundf.c index 24ab53cd813..c576304450b 100644 --- a/lib/libm/src/llroundf.c +++ b/lib/libm/src/s_llroundf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: llroundf.c,v 1.1 2005/11/17 20:07:40 otto Exp $ */ +/* $OpenBSD: s_llroundf.c,v 1.1 2008/07/21 20:29:14 martynas Exp $ */ /* $NetBSD: llroundf.c,v 1.2 2004/10/13 15:18:32 drochner Exp $ */ /* @@ -11,4 +11,4 @@ #define RESTYPE_MIN LLONG_MIN #define RESTYPE_MAX LLONG_MAX -#include "lroundf.c" +#include "s_lroundf.c" diff --git a/lib/libm/src/lround.c b/lib/libm/src/s_lround.c index 62fbe3ebea3..0742f076510 100644 --- a/lib/libm/src/lround.c +++ b/lib/libm/src/s_lround.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lround.c,v 1.1 2005/11/17 20:07:40 otto Exp $ */ +/* $OpenBSD: s_lround.c,v 1.1 2008/07/21 20:29:14 martynas Exp $ */ /* $NetBSD: lround.c,v 1.2 2004/10/13 15:18:32 drochner Exp $ */ /*- diff --git a/lib/libm/src/lroundf.c b/lib/libm/src/s_lroundf.c index 477383d81bd..aee5ca0cd9b 100644 --- a/lib/libm/src/lroundf.c +++ b/lib/libm/src/s_lroundf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lroundf.c,v 1.1 2005/11/17 20:07:40 otto Exp $ */ +/* $OpenBSD: s_lroundf.c,v 1.1 2008/07/21 20:29:14 martynas Exp $ */ /* $NetBSD: lroundf.c,v 1.2 2004/10/13 15:18:32 drochner Exp $ */ /*- |