comparison lib/relocwrapper.c @ 17324:b1b7de2c4a71

careadlinkat: stop exporting careadlinkatcwd Only Emacs used it directly, and Emacs no longer needs it. * NEWS: Document this simplification. * lib/areadlink.c (careadlinkatcwd): Move here from careadlinkat.c, and make it static. Include <stdlib.h>, for abort, and unistd.h, for readlink. * lib/careadlinkat.c (careadlinkatcwd): Move to areadlink.c. Don't include stdlib.h; no longer needed. * lib/careadlinkat.h (careadlinkatcwd): Remove decl. * lib/relocwrapper.c: Adjust comment to match new dependencies. * modules/areadlink (Depends-on): Add readlink. (Maintainer): Add self. * modules/careadlinkat (Depends-on): Remove readlink.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 08 Feb 2013 15:12:36 -0800
parents e542fd46ad6f
children 344018b6e5d7
comparison
equal deleted inserted replaced
17323:6c93ff5bc2bd 17324:b1b7de2c4a71
20 -> progname 20 -> progname
21 -> progreloc 21 -> progreloc
22 -> areadlink 22 -> areadlink
23 -> careadlinkat 23 -> careadlinkat
24 -> allocator 24 -> allocator
25 -> readlink 25 -> readlink
26 -> canonicalize-lgpl 26 -> canonicalize-lgpl
27 -> malloca 27 -> malloca
28 -> readlink 28 -> readlink
29 -> relocatable 29 -> relocatable
30 -> setenv 30 -> setenv