mirror of
https://https.git.savannah.gnu.org/git/patch.git
synced 2026-01-27 01:44:34 +00:00
Use gnulib errno module instead of our own default ENOTSUP fallback
* bootstrap.conf (gnulib_modules): Add errno module. * src/common.h: Remove ENOTSUP fallback.
This commit is contained in:
parent
c9de555284
commit
ac59899327
@ -24,6 +24,7 @@ clock-time
|
||||
diffseq
|
||||
dirname
|
||||
dup2
|
||||
errno
|
||||
exitfail
|
||||
extensions
|
||||
fcntl-h
|
||||
|
||||
@ -214,7 +214,3 @@ bool merge_hunk (int hunk, struct outstate *, lin where, bool *);
|
||||
#else
|
||||
# define merge_hunk(hunk, outstate, where, somefailed) false
|
||||
#endif
|
||||
|
||||
#ifndef ENOTSUP
|
||||
#define ENOTSUP (-1)
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user