ObjFW  Diff

Differences From Artifact [b32c2f897d]:

To Artifact [131927e635]:


31
32
33
34
35
36
37


38
	void (*_Nonnull abort)(void);
	char *_Nullable (*_Nonnull setlocale)(int, const char *_Nullable);
	void (*_Nonnull __register_frame_info)(const void *_Nonnull,
	    void *_Nonnull);
	void *_Nullable (*_Nonnull __deregister_frame_info)(
	    const void *_Nonnull);
};


#endif







>
>

31
32
33
34
35
36
37
38
39
40
	void (*_Nonnull abort)(void);
	char *_Nullable (*_Nonnull setlocale)(int, const char *_Nullable);
	void (*_Nonnull __register_frame_info)(const void *_Nonnull,
	    void *_Nonnull);
	void *_Nullable (*_Nonnull __deregister_frame_info)(
	    const void *_Nonnull);
};

extern bool of_init(unsigned int version, struct of_libc *libc_, FILE *stderr_);
#endif