glibc: fix typo in add_resource_h_to_wait_h.patch

(From OE-Core rev: 6cb3078a9da332ae4c61347c8be1403d6fb1f9d0)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andre McCurdy
2015-07-06 13:50:01 -07:00
committed by Richard Purdie
parent 6edd1f075c
commit a44f203eab

View File

@@ -2,7 +2,7 @@ The older versions of perf still require sys/resource.h to be
present in this header, the newer version of perf in 3.2 and
beyond directly include sys/resource.h
Upstream-Status: Inapproriate [older kernel/perf specific]
Upstream-Status: Inappropriate [older kernel/perf specific]
Signed-off-by: Saul Wold <sgw@linux.intel.com>