diff options
author | Emil Velikov <[email protected]> | 2017-03-20 16:04:41 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-22 16:55:23 +0000 |
commit | e325fc12dbdea2a0fdf10b279be39cf15cf2ca8b (patch) | |
tree | 0f8ebc4eae032de7bf05976f8e8e214b11df7916 /src/util/Makefile.sources | |
parent | d542d2fc13fd67a444c202b706fa44a34cc53c90 (diff) |
util: inline strndup implementation in the header
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Vedran Miletić <[email protected]>
Acked-by: Juha-Pekka Heikkila <[email protected]>
Reviewed-by: Edward O'Callaghan <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r-- | src/util/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index e6c1c7690f1..5c123582b77 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -37,7 +37,6 @@ MESA_UTIL_FILES := \ slab.h \ string_to_uint_map.h \ string_to_uint_map.cpp \ - strndup.c \ strndup.h \ strtod.c \ strtod.h \ |