mirror of
https://github.com/fluencelabs/musl
synced 2025-04-25 07:12:15 +00:00
remove unused MIN macro from getdelim source file
This commit is contained in:
parent
0fbe53ed3f
commit
aaa29c26ee
@ -3,8 +3,6 @@
|
|||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#define MIN(a,b) ((a)<(b) ? (a) : (b))
|
|
||||||
|
|
||||||
ssize_t getdelim(char **restrict s, size_t *restrict n, int delim, FILE *restrict f)
|
ssize_t getdelim(char **restrict s, size_t *restrict n, int delim, FILE *restrict f)
|
||||||
{
|
{
|
||||||
char *tmp;
|
char *tmp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user