Changeset 421dfef6 in rtems for c/src/lib/libc/malloc.c
- Timestamp:
- Jan 30, 1998, 8:59:22 PM (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5c3511e
- Parents:
- 243ce5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libc/malloc.c
r243ce5d r421dfef6 29 29 30 30 /* for sbrk prototype in linux */ 31 #if defined( linux)31 #if defined(__linux__) 32 32 #define __USE_MISC 33 33 #endif
Note: See TracChangeset
for help on using the changeset viewer.