aboutsummaryrefslogtreecommitdiffstats
path: root/com32/include
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-21 23:31:45 +0000
committerhpa <hpa>2004-12-21 23:31:45 +0000
commitcb23ea204292a261a85bc1f9b15a9db46c3d690e (patch)
tree76a023cbfb5129c4a7aa0752a8ff3c4633dc8697 /com32/include
parentc81c57367f2abbb1003de78990ead873c857193d (diff)
downloadsyslinux-cb23ea204292a261a85bc1f9b15a9db46c3d690e.tar.gz
syslinux-cb23ea204292a261a85bc1f9b15a9db46c3d690e.tar.xz
syslinux-cb23ea204292a261a85bc1f9b15a9db46c3d690e.zip
Support timeout in the menusyslinux-2.20-pre12
Diffstat (limited to 'com32/include')
-rw-r--r--com32/include/sys/times.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/include/sys/times.h b/com32/include/sys/times.h
index 173efe2a..8d03af0a 100644
--- a/com32/include/sys/times.h
+++ b/com32/include/sys/times.h
@@ -11,8 +11,8 @@ struct tms {
/* Empty */
};
-#define HZ 18 /* Piddly resolution... */
-#define CLK_TCK HZ
+#define HZ 18 /* Piddly resolution... */
+#define CLK_TCK HZ
typedef uint16_t clock_t;