mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move errno.h functions into their own directory.
This commit is contained in:
parent
e8bc31b798
commit
bd15083e65
3 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
0
libc/sortix/errno/.gitignore
vendored
Normal file
Loading…
Reference in a new issue