diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-01-28 23:28:48 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-01-28 23:28:48 +0100 |
commit | 3f7ad298fd5dd80c0dc017fdd77be23e7861e547 (patch) | |
tree | bed3a33609f64e6977675de2ebb73aad9790228e /Makefile.am | |
parent | 3496138ca428a7b2b69fe08e69fb544006a9a2cc (diff) | |
parent | a12a10679017d89194c0dd873f44804b64f71102 (diff) |
Merge branch 'master' into master-slab
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0c98bfd..319b7e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -156,7 +156,7 @@ noinst_PROGRAMS += \ gnumach.o # This is the list of routines we decide is OK to steal from the C library. -clib_routines := memcmp memcpy memmove memset \ +clib_routines := memcmp memcpy memmove \ strchr strstr strsep strtok \ htonl htons ntohl ntohs \ udivdi3 __udivdi3 \ |