* libc/sys/linux/sys/cdefs.h: Add __weak_reference macros.

* libc/sys/linux/sys/time.h: Add conversion macros.
	* libc/sys/linux/sys/types.h: Add FD_ macros.  Include <bits/types.h>.
	* libc/sys/linux/ids.c: Add setresuid and syslog syscalls.
	* libc/sys/linux/gethostname.c: New file.
	* libc/sys/linux/seteuid.c: New file.
	* libc/sys/linux/sysctl.c: New file.
This commit is contained in:
Thomas Fitzsimmons
2002-05-24 18:50:29 +00:00
parent 908f9b653b
commit 9a29238544
12 changed files with 351 additions and 23 deletions

View File

@ -2369,6 +2369,7 @@ if test -n "${machine_dir}"; then
fi
subdirs="machine $EXTRA_DIRS"