1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
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.
This commit is contained in:
Ulrich Drepper
2000-08-14 06:17:28 +00:00
parent 91bc38d09c
commit 47b853e801
13 changed files with 73 additions and 63 deletions

View File

@ -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;