Changeset c7ca28cf in rtems
- Timestamp:
- 11/18/97 22:32:55 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 91daf55
- Parents:
- ce41c5b
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/malloc.c
rce41c5b rc7ca28cf 27 27 #include <errno.h> 28 28 #include <string.h> 29 30 /* for sbrk prototype in linux */ 31 #if defined(linux) 32 #define __USE_MISC 33 #endif 29 34 #include <unistd.h> /* sbrk(2) */ 30 35 -
c/src/lib/libc/malloc.c
rce41c5b rc7ca28cf 27 27 #include <errno.h> 28 28 #include <string.h> 29 30 /* for sbrk prototype in linux */ 31 #if defined(linux) 32 #define __USE_MISC 33 #endif 29 34 #include <unistd.h> /* sbrk(2) */ 30 35 -
cpukit/libcsupport/src/malloc.c
rce41c5b rc7ca28cf 27 27 #include <errno.h> 28 28 #include <string.h> 29 30 /* for sbrk prototype in linux */ 31 #if defined(linux) 32 #define __USE_MISC 33 #endif 29 34 #include <unistd.h> /* sbrk(2) */ 30 35
Note: See TracChangeset
for help on using the changeset viewer.