diff options
Diffstat (limited to 'src/sysstdio.h')
| -rw-r--r-- | src/sysstdio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sysstdio.h b/src/sysstdio.h index 5a973c833cc..8e9e5bec86c 100644 --- a/src/sysstdio.h +++ b/src/sysstdio.h | |||
| @@ -28,8 +28,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 28 | #include <attribute.h> | 28 | #include <attribute.h> |
| 29 | #include <unlocked-io.h> | 29 | #include <unlocked-io.h> |
| 30 | 30 | ||
| 31 | extern FILE *emacs_fopen (char const *, char const *) | ||
| 32 | ATTRIBUTE_MALLOC ATTRIBUTE_DEALLOC (fclose, 1); | ||
| 33 | extern void errputc (int); | 31 | extern void errputc (int); |
| 34 | extern void errwrite (void const *, ptrdiff_t); | 32 | extern void errwrite (void const *, ptrdiff_t); |
| 35 | extern void close_output_streams (void); | 33 | extern void close_output_streams (void); |