Changeset fdf97f6 in mainline for uspace/lib/posix/source
- Timestamp:
- 2013-02-25T19:11:50Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1935591
- Parents:
- c84f1a4
- Location:
- uspace/lib/posix/source
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/ctype.c
rc84f1a4 rfdf97f6 35 35 36 36 #define LIBPOSIX_INTERNAL 37 #define __POSIX_DEF__(x) posix_##x 37 38 38 39 #include "posix/ctype.h" -
uspace/lib/posix/source/errno.c
rc84f1a4 rfdf97f6 32 32 /** @file System error numbers. 33 33 */ 34 #define LIBPOSIX_INTERNAL 35 #define __POSIX_DEF__(x) posix_##x 34 36 35 37 #include "posix/errno.h" … … 43 45 { 44 46 if (*__errno() != 0) { 45 _posix_errno = abs(*__errno());47 _posix_errno = posix_abs(*__errno()); 46 48 *__errno() = 0; 47 49 } -
uspace/lib/posix/source/fcntl.c
rc84f1a4 rfdf97f6 34 34 35 35 #define LIBPOSIX_INTERNAL 36 #define __POSIX_DEF__(x) posix_##x 36 37 37 38 #include "internal/common.h" -
uspace/lib/posix/source/fnmatch.c
rc84f1a4 rfdf97f6 43 43 44 44 #define LIBPOSIX_INTERNAL 45 #define __POSIX_DEF__(x) posix_##x 45 46 46 47 #include "libc/stdbool.h" -
uspace/lib/posix/source/getopt.c
rc84f1a4 rfdf97f6 33 33 */ 34 34 #define LIBPOSIX_INTERNAL 35 #define __POSIX_DEF__(x) posix_##x 35 36 36 37 #include "internal/common.h" -
uspace/lib/posix/source/locale.c
rc84f1a4 rfdf97f6 34 34 35 35 #define LIBPOSIX_INTERNAL 36 #define __POSIX_DEF__(x) posix_##x 36 37 37 38 #include "internal/common.h" -
uspace/lib/posix/source/math.c
rc84f1a4 rfdf97f6 34 34 35 35 #define LIBPOSIX_INTERNAL 36 #define __POSIX_DEF__(x) posix_##x 36 37 37 38 #include "internal/common.h" -
uspace/lib/posix/source/pwd.c
rc84f1a4 rfdf97f6 34 34 35 35 #define LIBPOSIX_INTERNAL 36 #define __POSIX_DEF__(x) posix_##x 36 37 37 38 #include "libc/stdbool.h" -
uspace/lib/posix/source/signal.c
rc84f1a4 rfdf97f6 34 34 35 35 #define LIBPOSIX_INTERNAL 36 #define __POSIX_DEF__(x) posix_##x 36 37 37 38 #include "posix/signal.h" -
uspace/lib/posix/source/stdio.c
rc84f1a4 rfdf97f6 35 35 36 36 #define LIBPOSIX_INTERNAL 37 #define __POSIX_DEF__(x) posix_##x 37 38 38 39 #include "internal/common.h" -
uspace/lib/posix/source/stdio/scanf.c
rc84f1a4 rfdf97f6 34 34 35 35 #define LIBPOSIX_INTERNAL 36 #define __POSIX_DEF__(x) posix_##x 36 37 37 38 #include "posix/assert.h" -
uspace/lib/posix/source/stdlib.c
rc84f1a4 rfdf97f6 35 35 36 36 #define LIBPOSIX_INTERNAL 37 #define __POSIX_DEF__(x) posix_##x 37 38 38 39 #include "internal/common.h" -
uspace/lib/posix/source/stdlib/strtol.c
rc84f1a4 rfdf97f6 34 34 35 35 #define LIBPOSIX_INTERNAL 36 #define __POSIX_DEF__(x) posix_##x 36 37 37 38 #include "../internal/common.h" -
uspace/lib/posix/source/stdlib/strtold.c
rc84f1a4 rfdf97f6 34 34 35 35 #define LIBPOSIX_INTERNAL 36 #define __POSIX_DEF__(x) posix_##x 36 37 37 38 #include "../internal/common.h" -
uspace/lib/posix/source/string.c
rc84f1a4 rfdf97f6 35 35 36 36 #define LIBPOSIX_INTERNAL 37 #define __POSIX_DEF__(x) posix_##x 37 38 38 39 #include "internal/common.h" -
uspace/lib/posix/source/strings.c
rc84f1a4 rfdf97f6 35 35 36 36 #define LIBPOSIX_INTERNAL 37 #define __POSIX_DEF__(x) posix_##x 37 38 38 39 #include "internal/common.h" -
uspace/lib/posix/source/sys/stat.c
rc84f1a4 rfdf97f6 35 35 36 36 #define LIBPOSIX_INTERNAL 37 #define __POSIX_DEF__(x) posix_##x 37 38 38 39 #include "../internal/common.h" -
uspace/lib/posix/source/sys/wait.c
rc84f1a4 rfdf97f6 35 35 36 36 #define LIBPOSIX_INTERNAL 37 #define __POSIX_DEF__(x) posix_##x 37 38 38 39 #include "../internal/common.h" -
uspace/lib/posix/source/time.c
rc84f1a4 rfdf97f6 35 35 36 36 #define LIBPOSIX_INTERNAL 37 #define __POSIX_DEF__(x) posix_##x 37 38 38 39 #include "internal/common.h" -
uspace/lib/posix/source/unistd.c
rc84f1a4 rfdf97f6 35 35 36 36 #define LIBPOSIX_INTERNAL 37 #define __POSIX_DEF__(x) posix_##x 37 38 38 39 #include "internal/common.h"
Note:
See TracChangeset
for help on using the changeset viewer.