bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

netbsd compile failure with at-func.c


From: Pádraig Brady
Subject: netbsd compile failure with at-func.c
Date: Mon, 09 Dec 2013 11:15:59 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

It seems readlink is already a defined to __readlink_alias or something,
so when AT_FUNC_F1 is 'readlink', the following expansion will fail

# define CALL_FUNC(F) (AT_FUNC_F1 (F AT_FUNC_POST_FILE_ARGS))

i.e. CALL_FUNC (file) should be expanded to:
  readlink (file , buf, len)
but is just expanded to
  readlink

later,
Pádraig.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]