Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring0
libedit
libedit-hidden-symbols.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libedit-hidden-symbols.patch of Package libedit
Index: libedit-20210910-3.1/src/sys.h =================================================================== --- libedit-20210910-3.1.orig/src/sys.h +++ libedit-20210910-3.1/src/sys.h @@ -40,6 +40,10 @@ #ifndef _h_sys #define _h_sys +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef HAVE_SYS_CDEFS_H #include <sys/cdefs.h> #endif @@ -84,12 +88,12 @@ typedef void *ioctl_t; #ifndef HAVE_STRLCAT //#define strlcat libedit_strlcat -size_t strlcat(char *dst, const char *src, size_t size); +size_t strlcat(char *dst, const char *src, size_t size) libedit_private; #endif #ifndef HAVE_STRLCPY //#define strlcpy libedit_strlcpy -size_t strlcpy(char *dst, const char *src, size_t size); +size_t strlcpy(char *dst, const char *src, size_t size) libedit_private; #endif #ifndef HAVE_GETLINE
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor