diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-29 22:23:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-29 22:23:14 +0000 |
commit | 28f532c89a76ef8ca50a8e3fbdc71894b4e97278 (patch) | |
tree | 6fcc16a196989ebefc0520e00746d0395463ff1e /nptl | |
parent | a7c5324235173ba00a3b4bb5eca947616beb99c9 (diff) | |
download | glibc-28f532c89a76ef8ca50a8e3fbdc71894b4e97278.tar.gz glibc-28f532c89a76ef8ca50a8e3fbdc71894b4e97278.tar.xz glibc-28f532c89a76ef8ca50a8e3fbdc71894b4e97278.zip |
Update.
2003-09-29 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __extension__ as well to cover using long long in C90.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/TODO-kernel | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/TODO-kernel b/nptl/TODO-kernel index 7c16f8e1a4..ad6d2a4b51 100644 --- a/nptl/TODO-kernel +++ b/nptl/TODO-kernel @@ -4,8 +4,6 @@ + use UID/GID in access(2), chmod(2), chown(2), link(2) -- pgrp & session are process properties - - nice level is process property - rlimit should be process-wide and SIGXCPU should be sent if all threads |