From 0cd6164ca55d6b6849032a6697b69451aab6a7a6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 21 Dec 2015 17:03:21 +0100 Subject: typo + redirected .h files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/sys/errno.h | 2 +- include/sys/fcntl.h | 2 +- include/sys/poll.h | 2 +- include/sys/signal.h | 2 +- include/sys/soundcard.h | 20 ++++++++++++++++++++ include/sys/stropts.h | 20 ++++++++++++++++++++ include/sys/syslog.h | 20 ++++++++++++++++++++ include/sys/termios.h | 2 +- include/sys/ucontext.h | 20 ++++++++++++++++++++ include/sys/vt.h | 20 ++++++++++++++++++++ include/wait.h | 2 +- 11 files changed, 106 insertions(+), 6 deletions(-) create mode 100644 include/sys/soundcard.h create mode 100644 include/sys/stropts.h create mode 100644 include/sys/syslog.h create mode 100644 include/sys/ucontext.h create mode 100644 include/sys/vt.h (limited to 'include') diff --git a/include/sys/errno.h b/include/sys/errno.h index 9fb9a45..d868e5b 100644 --- a/include/sys/errno.h +++ b/include/sys/errno.h @@ -15,6 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -# warning "Redirection incorrect #include of to " +# warning "Redirecting incorrect #include of to " #include diff --git a/include/sys/fcntl.h b/include/sys/fcntl.h index b1199c3..56bfcae 100644 --- a/include/sys/fcntl.h +++ b/include/sys/fcntl.h @@ -15,6 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -# warning "Redirection incorrect #include of to " +# warning "Redirecting incorrect #include of to " #include diff --git a/include/sys/poll.h b/include/sys/poll.h index f985296..1a3c7c2 100644 --- a/include/sys/poll.h +++ b/include/sys/poll.h @@ -15,6 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -# warning "Redirection incorrect #include of to " +# warning "Redirecting incorrect #include of to " #include diff --git a/include/sys/signal.h b/include/sys/signal.h index 7af5279..1f55894 100644 --- a/include/sys/signal.h +++ b/include/sys/signal.h @@ -15,6 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -# warning "Redirection incorrect #include of to " +# warning "Redirecting incorrect #include of to " #include diff --git a/include/sys/soundcard.h b/include/sys/soundcard.h new file mode 100644 index 0000000..05b9dae --- /dev/null +++ b/include/sys/soundcard.h @@ -0,0 +1,20 @@ +/** + * slibc — Yet another C library + * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +# warning "Redirecting incorrect #include of to " +#include + diff --git a/include/sys/stropts.h b/include/sys/stropts.h new file mode 100644 index 0000000..aeee79f --- /dev/null +++ b/include/sys/stropts.h @@ -0,0 +1,20 @@ +/** + * slibc — Yet another C library + * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +# warning "Redirecting incorrect #include of to " +#include + diff --git a/include/sys/syslog.h b/include/sys/syslog.h new file mode 100644 index 0000000..2de2b37 --- /dev/null +++ b/include/sys/syslog.h @@ -0,0 +1,20 @@ +/** + * slibc — Yet another C library + * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +# warning "Redirecting incorrect #include of to " +#include + diff --git a/include/sys/termios.h b/include/sys/termios.h index 63b3245..af66dd9 100644 --- a/include/sys/termios.h +++ b/include/sys/termios.h @@ -15,6 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -# warning "Redirection incorrect #include of to " +# warning "Redirecting incorrect #include of to " #include diff --git a/include/sys/ucontext.h b/include/sys/ucontext.h new file mode 100644 index 0000000..e4250ab --- /dev/null +++ b/include/sys/ucontext.h @@ -0,0 +1,20 @@ +/** + * slibc — Yet another C library + * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +# warning "Redirecting incorrect #include of to " +#include + diff --git a/include/sys/vt.h b/include/sys/vt.h new file mode 100644 index 0000000..f7b8253 --- /dev/null +++ b/include/sys/vt.h @@ -0,0 +1,20 @@ +/** + * slibc — Yet another C library + * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +# warning "Redirecting incorrect #include of to " +#include + 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 . */ -# warning "Redirection incorrect #include of to " +# warning "Redirecting incorrect #include of to " #include -- cgit v1.2.3-70-g09d2