diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-21 17:03:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-21 17:03:21 +0100 |
commit | 0cd6164ca55d6b6849032a6697b69451aab6a7a6 (patch) | |
tree | 22cc4e1309ebcb0f89f89279ae36281825afd156 /include/wait.h | |
parent | add getenv (diff) | |
download | slibc-0cd6164ca55d6b6849032a6697b69451aab6a7a6.tar.gz slibc-0cd6164ca55d6b6849032a6697b69451aab6a7a6.tar.bz2 slibc-0cd6164ca55d6b6849032a6697b69451aab6a7a6.tar.xz |
typo + redirected .h files
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'include/wait.h')
-rw-r--r-- | include/wait.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wait.h b/include/wait.h index c152171..e37f875 100644 --- a/include/wait.h +++ b/include/wait.h @@ -15,6 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -# warning "Redirection incorrect #include of <wait.h> to <sys/wait.h>" +# warning "Redirecting incorrect #include of <wait.h> to <sys/wait.h>" #include <sys/wait.h> |