musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011年04月01日 20:58:40 -0400
committerRich Felker <dalias@aerifal.cx>2011年04月01日 20:58:40 -0400
commit3bb00f45799ae6df48c2a00496ee57b42f7d2621 (patch)
tree2ded38715b0bab48ade228d33caab561d6acedae
parent3df3d4f5127a15c1237006d22f948b430f9dbe7e (diff)
downloadmusl-3bb00f45799ae6df48c2a00496ee57b42f7d2621.tar.gz
somehow timespec tv_nsec had the wrong type on x86_64... fixed
Diffstat
-rwxr-xr-xarch/x86_64/bits/alltypes.h.sh 2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/bits/alltypes.h.sh b/arch/x86_64/bits/alltypes.h.sh
index b0aecd9c..d7ba25bb 100755
--- a/arch/x86_64/bits/alltypes.h.sh
+++ b/arch/x86_64/bits/alltypes.h.sh
@@ -71,7 +71,7 @@ TYPEDEF long time_t;
TYPEDEF long useconds_t;
TYPEDEF long suseconds_t;
STRUCT timeval { time_t tv_sec; int tv_usec; };
-STRUCT timespec { time_t tv_sec; unsigned long tv_nsec; };
+STRUCT timespec { time_t tv_sec; long tv_nsec; };
TYPEDEF int pid_t;
TYPEDEF int id_t;
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月28日 09:33:14 +0000

AltStyle によって変換されたページ (->オリジナル) /