Skip to content

Commit 6b639b8

Browse files
Anton Leykind-torrance
authored andcommitted
one warning eliminated: sbrk() is not used
1 parent c0f438f commit 6b639b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

M2/Macaulay2/d/types.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ struct JumpCell
141141
#endif
142142
#define RUP(x) ((((x) + PAGESIZE - 1) / PAGESIZE) * PAGESIZE)
143143

144-
#if !defined(__FreeBSD__) && !defined(__DARWIN__)
145-
void *sbrk(); /* not really ansi standard, sigh */
146-
#endif
147-
148144
#define STDIN 0
149145
#define STDOUT 1
150146
#define STDERR 2

0 commit comments

Comments
 (0)