diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-19 00:09:58 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-19 00:09:58 +0200 |
commit | c15f10ee78c6fa837732bb0b3d6cec44e4171fcd (patch) | |
tree | 866f1bd8fb5b0736fbbfa9cf4c09ef3f20e2a3e7 /posix/Makefile | |
parent | 3dc0814cba86180c3ad478c81166220fb3e87ea5 (diff) | |
download | glibc-c15f10ee78c6fa837732bb0b3d6cec44e4171fcd.tar.gz glibc-c15f10ee78c6fa837732bb0b3d6cec44e4171fcd.tar.xz glibc-c15f10ee78c6fa837732bb0b3d6cec44e4171fcd.zip |
Revert "Fix sched_param"
This reverts commit 783c4820303fb6b031d401564f8089ecaf154b62 which accidentaly flew out.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/posix/Makefile b/posix/Makefile index 2a1cb2dd47..51dcf129ec 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -31,8 +31,7 @@ headers := sys/utsname.h sys/times.h sys/wait.h sys/types.h unistd.h \ bits/local_lim.h tar.h bits/utsname.h bits/confname.h \ bits/waitflags.h bits/waitstatus.h sys/unistd.h sched.h \ bits/sched.h bits/cpu-set.h re_comp.h wait.h bits/environments.h \ - cpio.h spawn.h bits/unistd.h \ - bits/types/struct___sched_param.h bits/types/struct_sched_param.h + cpio.h spawn.h bits/unistd.h routines := \ uname \ |