diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-09 07:53:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-09 07:53:33 +0000 |
commit | 880867a475b1016f892a1248a3fce693406bf1f1 (patch) | |
tree | 9b2456ac53d0959c24a8851beb1378b949f24338 /sysdeps | |
parent | 92d83c725e09dbc76acfedc1cf85a01f9f54452d (diff) | |
download | glibc-880867a475b1016f892a1248a3fce693406bf1f1.tar.gz glibc-880867a475b1016f892a1248a3fce693406bf1f1.tar.xz glibc-880867a475b1016f892a1248a3fce693406bf1f1.zip |
Update.
2003-05-09 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c: New file.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c b/sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c new file mode 100644 index 0000000000..a58d40a9c1 --- /dev/null +++ b/sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c @@ -0,0 +1 @@ +#include "../i386/get_clockfreq.c" |