Changeset 1848f8e in mainline
- Timestamp:
- 2018-01-15T21:40:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bc1b297
- Parents:
- b5746a2
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-15 21:20:07)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-15 21:40:49)
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
rb5746a2 r1848f8e 176 176 COMMON_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \ 177 177 -ffreestanding -fno-builtin -nostdlib -nostdinc -fexec-charset=UTF-8 \ 178 -finput-charset=UTF-8 -D__$(ENDIANESS)__ - fno-common \178 -finput-charset=UTF-8 -D__$(ENDIANESS)__ -D_HELENOS_SOURCE -fno-common \ 179 179 -fdebug-prefix-map=$(realpath $(ROOT_PATH))=. 180 180 -
uspace/lib/c/generic/malloc.c
rb5746a2 r1848f8e 33 33 /** @file 34 34 */ 35 36 #define _HELENOS_SOURCE37 35 38 36 #include <malloc.h>
Note:
See TracChangeset
for help on using the changeset viewer.