aboutsummaryrefslogtreecommitdiffstats
path: root/liberror-libc.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-10Fix bugsMattias Andrée2-1/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-12-10Fix warningsMattias Andrée6-4/+21
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-12-10Add liberror_setenv_failedMattias Andrée2-0/+22
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-12-10mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-12-10Fix unsetenvMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-12-10Add function attributesMattias Andrée1-24/+35
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-12-10Add strdupMattias Andrée3-0/+25
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-12-10Add liberror_send_require and liberror_send_shortMattias Andrée2-0/+42
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-12-10Add lseekMattias Andrée6-2/+182
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-12-10recv: fix types in checkMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-12-10m + Add liberror_recv_require and liberror_recv_shortMattias Andrée5-3/+47
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-11-01Add some functions and add functions with _failed suffixMattias Andrée19-45/+622
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-04-14Use installed liberrorMattias Andrée4-239/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-04-13Prefetch backtrace so that it does not contain functions used to set the errorMattias Andrée10-0/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-04-12Fix makefileMattias Andrée2-4/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-04-12Fix soMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-04-12shutdown: add name parameterMattias Andrée6-5/+269
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-04-12Use C99 rather than C11Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>