diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/nice.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 12991b733b..481abedc01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-02-28 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/nice.c: New file. + 2002-03-01 Ulrich Drepper <drepper@redhat.com> * elf/Makefile (dl-routines): Add dl-origin. diff --git a/sysdeps/unix/sysv/linux/nice.c b/sysdeps/unix/sysv/linux/nice.c new file mode 100644 index 0000000000..46a6da80c7 --- /dev/null +++ b/sysdeps/unix/sysv/linux/nice.c @@ -0,0 +1 @@ +#include <sysdeps/unix/nice.c> |