Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-05-24 22:50:29 +0400
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-05-24 22:50:29 +0400
commit9a292385440df3da10f7eaeff6678ce5d4d49c60 (patch)
tree20059302cd52797389849582e786a547343b0ee0 /newlib/ChangeLog
parent908f9b653b602b5161152d97a7213c6024b1ffb7 (diff)
* 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.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 32bf90f04..f1f5463a0 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,13 @@
+2002-05-24 Thomas Fitzsimmons <fitzsim@redhat.com>
+
+ * 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.
+
2002-05-23 Jeff Johnston <jjohnstn@redhat.com>
* libc/string/Makefile.am: Add support for strsep.c.