Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update linux nice.c include path too after recent file shuffle
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Mike Frysinger committed Aug 18, 2012
1 parent 31035e8 commit fdab8fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2012-08-17 Mike Frysinger <vapier@gentoo.org>

* sysdeps/unix/sysv/linux/nice.c: Adjust #include.

2012-08-17 Marek Polacek <polacek@redhat.com>

* sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/nice.c
@@ -1 +1 @@
#include <sysdeps/unix/nice.c>
#include <sysdeps/posix/nice.c>

0 comments on commit fdab8fd

Please sign in to comment.