about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sparc/bits/types.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-14 06:17:28 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-14 06:17:28 +0000
commit47b853e80188cd79fe0a6b444ed35be7ad3448ed (patch)
tree271a3e2afd8e4284256324f417530bda6af2d1fc /sysdeps/unix/sysv/linux/sparc/bits/types.h
parent91bc38d09ce2df68d5f03e88df144243907437da (diff)
downloadglibc-47b853e80188cd79fe0a6b444ed35be7ad3448ed.tar.gz
glibc-47b853e80188cd79fe0a6b444ed35be7ad3448ed.tar.xz
glibc-47b853e80188cd79fe0a6b444ed35be7ad3448ed.zip
Update.
2000-08-13  Ulrich Drepper  <drepper@redhat.com>

	* posix/Makefile: Remove rules to generate glob package.

	* posix/Makefile (tests): Add tst-regexloc.
	(tst-regexloc-ENV): Add LOCPATH.
	* posix/tst-regexloc.c: New file.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/bits/types.h')
-rw-r--r--sysdeps/unix/sysv/linux/sparc/bits/types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/types.h b/sysdeps/unix/sysv/linux/sparc/bits/types.h
index 78d85ab516..0cfd271e9b 100644
--- a/sysdeps/unix/sysv/linux/sparc/bits/types.h
+++ b/sysdeps/unix/sysv/linux/sparc/bits/types.h
@@ -104,6 +104,12 @@ typedef long int __swblk_t;		/* Type of a swap block maybe?  */
 
 typedef long int __clock_t;
 
+/* Clock ID used in clock and timer functions.  */
+typedef int __clockid_t;
+
+/* Timer ID returned by `timer_create'.  */
+typedef int __timer_t;
+
 /* One element in the file descriptor mask array.  */
 typedef unsigned long int __fd_mask;