Move errno.h functions into their own directory.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-06-25 13:03:58 +02:00
parent e8bc31b798
commit bd15083e65
3 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ ctype/ctype.o \
dirent/alphasort.o \
dirent/dir.o \
dirent/versionsort.o \
errno.o \
errno/errno.o \
fabs.o \
fbufsize.o \
fclose.o \

View File

@ -17,7 +17,7 @@
You should have received a copy of the GNU Lesser General Public License
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
errno.cpp
errno/errno.cpp
Value storing a numeric value representing the last occured error.
*******************************************************************************/

0
libc/sortix/errno/.gitignore vendored Normal file
View File